Home
last modified time | relevance | path

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

/linux-6.12.1/lib/
Ddebugobjects.c24 #define ODEBUG_POOL_SIZE 1024 macro
59 static struct debug_obj obj_static_pool[ODEBUG_POOL_SIZE] __initdata;
73 static int __data_racy obj_pool_min_free = ODEBUG_POOL_SIZE;
74 static int __data_racy obj_pool_free = ODEBUG_POOL_SIZE;
88 = ODEBUG_POOL_SIZE;
1298 for (i = 0; i < ODEBUG_POOL_SIZE; i++) in debug_objects_early_init()
1313 for (i = 0; i < ODEBUG_POOL_SIZE; i++) { in debug_objects_replace_static_objects()