Home
last modified time | relevance | path

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

/linux/lib/
H A Ddebugobjects.c51 struct pool_stats { struct
62 struct pool_stats stats; argument
238 struct pool_stats *stats = &pool_global.stats; in pcpu_refill_stats()
/linux/Documentation/filesystems/nfs/
H A Dknfsd-stats.rst22 /proc/fs/nfsd/pool_stats
/linux/drivers/block/zram/
H A Dzram_drv.c1914 struct zs_pool_stats pool_stats; in mm_stat_show() local
1919 memset(&pool_stats, 0x00, sizeof(struct zs_pool_stats)); in mm_stat_show()
1924 zs_pool_stats(zram->mem_pool, &pool_stats); in mm_stat_show()
1938 atomic_long_read(&pool_stats.pages_compacted), in mm_stat_show()