Home
last modified time | relevance | path

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

/linux/lib/
H A Ddebugobjects.c29 #define ODEBUG_POOL_SIZE (64 * ODEBUG_BATCH_SIZE) macro
30 #define ODEBUG_POOL_MIN_LEVEL (ODEBUG_POOL_SIZE / 4)
72 static struct debug_obj obj_static_pool[ODEBUG_POOL_SIZE] __initdata;
78 .max_cnt = ODEBUG_POOL_SIZE,
80 .min_fill = ODEBUG_POOL_SIZE,
1420 for (i = 0; i < ODEBUG_POOL_SIZE; i++) in debug_objects_early_init()
1438 for (i = 0; i < ODEBUG_POOL_SIZE; i += ODEBUG_BATCH_SIZE) { in debug_objects_replace_static_objects()