Home
last modified time | relevance | path

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

/lib/
Ddebugobjects.c30 #define ODEBUG_BATCH_SIZE 16 macro
167 struct debug_obj *new[ODEBUG_BATCH_SIZE]; in fill_pool()
170 for (cnt = 0; cnt < ODEBUG_BATCH_SIZE; cnt++) { in fill_pool()
249 for (i = 0; i < ODEBUG_BATCH_SIZE; i++) { in alloc_object()
340 struct debug_obj *objs[ODEBUG_BATCH_SIZE]; in __free_object()
365 for (; lookahead_count < ODEBUG_BATCH_SIZE; lookahead_count++) { in __free_object()
397 for (i = 0; i < ODEBUG_BATCH_SIZE; i++) { in __free_object()
1377 extras = num_possible_cpus() * ODEBUG_BATCH_SIZE; in debug_objects_mem_init()