Home
last modified time | relevance | path

Searched refs:ODEBUG_BATCH_SIZE (Results 1 – 1 of 1) sorted by relevance

/lib/
Ddebugobjects.c29 #define ODEBUG_BATCH_SIZE 16 macro
166 struct debug_obj *new[ODEBUG_BATCH_SIZE]; in fill_pool()
169 for (cnt = 0; cnt < ODEBUG_BATCH_SIZE; cnt++) { in fill_pool()
248 for (i = 0; i < ODEBUG_BATCH_SIZE; i++) { in alloc_object()
339 struct debug_obj *objs[ODEBUG_BATCH_SIZE]; in __free_object()
364 for (; lookahead_count < ODEBUG_BATCH_SIZE; lookahead_count++) { in __free_object()
396 for (i = 0; i < ODEBUG_BATCH_SIZE; i++) { in __free_object()
1415 extras = num_possible_cpus() * ODEBUG_BATCH_SIZE; in debug_objects_mem_init()