Home
last modified time | relevance | path

Searched refs:ODEBUG_BATCH_SIZE (Results 1 – 1 of 1) sorted by last modified time

/linux/lib/
H A Ddebugobjects.c27 #define ODEBUG_BATCH_SIZE 16 macro
164 struct debug_obj *new[ODEBUG_BATCH_SIZE]; in fill_pool()
167 for (cnt = 0; cnt < ODEBUG_BATCH_SIZE; cnt++) { in fill_pool()
246 for (i = 0; i < ODEBUG_BATCH_SIZE; i++) { in alloc_object()
337 struct debug_obj *objs[ODEBUG_BATCH_SIZE]; in __free_object()
362 for (; lookahead_count < ODEBUG_BATCH_SIZE; lookahead_count++) { in __free_object()
394 for (i = 0; i < ODEBUG_BATCH_SIZE; i++) { in __free_object()
1403 extras = num_possible_cpus() * ODEBUG_BATCH_SIZE; in debug_objects_mem_init()