Home
last modified time | relevance | path

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

/linux-6.15/lib/
H A Ddebugobjects.c76 static struct obj_pool pool_global = { variable
245 if (pool_global.cnt < stats->min_fill) in pcpu_refill_stats()
246 stats->min_fill = pool_global.cnt; in pcpu_refill_stats()
283 if (!pool_move_batch(pcp, &pool_global)) in pcpu_alloc()
313 if (!pool_move_batch(&pool_global, pcp)) in pcpu_free()
315 WRITE_ONCE(pool_global.stats.cur_used, pool_global.stats.cur_used - ODEBUG_BATCH_SIZE); in pcpu_free()
400 while (pool_should_refill(&pool_global)) { in fill_pool()
407 if (!pool_push_batch(&pool_global, &head)) in fill_pool()
1441 pool_push_batch(&pool_global, &objects); in debug_objects_replace_static_objects()
1501 pool_global.max_cnt += extras; in debug_objects_mem_init()
[all …]