Searched refs:pool_used (Results 1 – 1 of 1) sorted by relevance
1154 unsigned int cpu, pool_used, pcp_free = 0; in debug_stats_show() local1165 pool_used = READ_ONCE(pool_global.stats.cur_used); in debug_stats_show()1166 pcp_free = min(pool_used, pcp_free); in debug_stats_show()1167 pool_used -= pcp_free; in debug_stats_show()1176 seq_printf(m, "pool_used : %u\n", pool_used); in debug_stats_show()