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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/lib/
H A Ddebugobjects.c21 #define ODEBUG_POOL_SIZE 512 macro
35 static struct debug_obj obj_static_pool[ODEBUG_POOL_SIZE] __initdata;
41 static int obj_pool_min_free = ODEBUG_POOL_SIZE;
42 static int obj_pool_free = ODEBUG_POOL_SIZE;
171 while (obj_pool_free > ODEBUG_POOL_SIZE) {
200 if (obj_pool_free > ODEBUG_POOL_SIZE && obj_cache)
966 for (i = 0; i < ODEBUG_POOL_SIZE; i++)
981 for (i = 0; i < ODEBUG_POOL_SIZE; i++) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/lib/
H A Ddebugobjects.c21 #define ODEBUG_POOL_SIZE 512 macro
35 static struct debug_obj obj_static_pool[ODEBUG_POOL_SIZE] __initdata;
41 static int obj_pool_min_free = ODEBUG_POOL_SIZE;
42 static int obj_pool_free = ODEBUG_POOL_SIZE;
171 while (obj_pool_free > ODEBUG_POOL_SIZE) {
200 if (obj_pool_free > ODEBUG_POOL_SIZE && obj_cache)
966 for (i = 0; i < ODEBUG_POOL_SIZE; i++)
981 for (i = 0; i < ODEBUG_POOL_SIZE; i++) {

Completed in 110 milliseconds