Home
last modified time | relevance | path

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

/linux-6.15/lib/
H A Ddebugobjects.c32 #define ODEBUG_POOL_PERCPU_SIZE (8 * ODEBUG_BATCH_SIZE) macro
67 .max_cnt = ODEBUG_POOL_PERCPU_SIZE,
266 if (unlikely(pcp->cnt < (ODEBUG_POOL_PERCPU_SIZE - ODEBUG_BATCH_SIZE) && in pcpu_alloc()
307 if (pcp->cnt < ODEBUG_POOL_PERCPU_SIZE) in pcpu_free()