Home
last modified time | relevance | path

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

/mm/
Dzsmalloc.c213 struct zs_size_stat stats; member
261 struct zs_pool_stats stats; member
554 class->stats.objs[type] += cnt; in zs_stat_inc()
561 class->stats.objs[type] -= cnt; in zs_stat_dec()
568 return class->stats.objs[type]; in zs_stat_get()
2299 pool->stats.pages_compacted += class->pages_per_zspage; in __zs_compact()
2326 return pool->stats.pages_compacted; in zs_compact()
2330 void zs_pool_stats(struct zs_pool *pool, struct zs_pool_stats *stats) in zs_pool_stats() argument
2332 memcpy(stats, &pool->stats, sizeof(struct zs_pool_stats)); in zs_pool_stats()
2343 pages_freed = pool->stats.pages_compacted; in zs_shrinker_scan()
DMakefile106 obj-$(CONFIG_PERCPU_STATS) += percpu-stats.o
Dmemcontrol.c3769 static const struct numa_stat stats[] = { in memcg_numa_stat_show() local
3780 for (stat = stats; stat < stats + ARRAY_SIZE(stats); stat++) { in memcg_numa_stat_show()
3791 for (stat = stats; stat < stats + ARRAY_SIZE(stats); stat++) { in memcg_numa_stat_show()