Home
last modified time | relevance | path

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

/linux-6.15/lib/
H A Ddebugobjects.c26 #define ODEBUG_BATCH_SIZE 16 macro
29 #define ODEBUG_POOL_SIZE (64 * ODEBUG_BATCH_SIZE)
32 #define ODEBUG_POOL_PERCPU_SIZE (8 * ODEBUG_BATCH_SIZE)
43 #define ODEBUG_FREE_WORK_MAX (1024 / ODEBUG_BATCH_SIZE)
177 WRITE_ONCE(src->cnt, src->cnt - ODEBUG_BATCH_SIZE); in pool_move_batch()
178 WRITE_ONCE(dst->cnt, dst->cnt + ODEBUG_BATCH_SIZE); in pool_move_batch()
194 WRITE_ONCE(dst->cnt, dst->cnt + ODEBUG_BATCH_SIZE); in pool_push_batch()
220 WRITE_ONCE(src->cnt, src->cnt - ODEBUG_BATCH_SIZE); in pool_pop_batch()
267 !(pcp->cnt % ODEBUG_BATCH_SIZE))) { in pcpu_alloc()
297 if (!(pcp->cnt % ODEBUG_BATCH_SIZE)) { in pcpu_free()
[all …]