Home
last modified time | relevance | path

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

/linux-6.15/lib/
H A Ddebugobjects.c1137 unsigned int cpu, pool_used, pcp_free = 0; in debug_stats_show() local
1148 pool_used = READ_ONCE(pool_global.stats.cur_used); in debug_stats_show()
1149 pcp_free = min(pool_used, pcp_free); in debug_stats_show()
1150 pool_used -= pcp_free; in debug_stats_show()
1159 seq_printf(m, "pool_used : %u\n", pool_used); in debug_stats_show()