Home
last modified time | relevance | path

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

/linux-4.1.27/lib/
Ddebugobjects.c24 #define ODEBUG_POOL_SIZE 512 macro
38 static struct debug_obj obj_static_pool[ODEBUG_POOL_SIZE] __initdata;
44 static int obj_pool_min_free = ODEBUG_POOL_SIZE;
45 static int obj_pool_free = ODEBUG_POOL_SIZE;
172 while (obj_pool_free > ODEBUG_POOL_SIZE) { in free_obj_work()
201 if (obj_pool_free > ODEBUG_POOL_SIZE && obj_cache) in free_object()
1014 for (i = 0; i < ODEBUG_POOL_SIZE; i++) in debug_objects_early_init()
1029 for (i = 0; i < ODEBUG_POOL_SIZE; i++) { in debug_objects_replace_static_objects()