Home
last modified time | relevance | path

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

/Linux-v6.1/lib/
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()
250 for (i = 0; i < ODEBUG_BATCH_SIZE; i++) { in alloc_object()
341 struct debug_obj *objs[ODEBUG_BATCH_SIZE]; in __free_object()
366 for (; lookahead_count < ODEBUG_BATCH_SIZE; lookahead_count++) { in __free_object()
398 for (i = 0; i < ODEBUG_BATCH_SIZE; i++) { in __free_object()
1401 extras = num_possible_cpus() * ODEBUG_BATCH_SIZE; in debug_objects_mem_init()