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
550 class->stats.objs[type] += cnt; in zs_stat_inc()
557 class->stats.objs[type] -= cnt; in zs_stat_dec()
564 return class->stats.objs[type]; in zs_stat_get()
2314 atomic_long_add(pages_freed, &pool->stats.pages_compacted); in zs_compact()
2320 void zs_pool_stats(struct zs_pool *pool, struct zs_pool_stats *stats) in zs_pool_stats() argument
2322 memcpy(stats, &pool->stats, sizeof(struct zs_pool_stats)); in zs_pool_stats()
DMakefile106 obj-$(CONFIG_PERCPU_STATS) += percpu-stats.o
Dmemcontrol.c3852 static const struct numa_stat stats[] = { in memcg_numa_stat_show() local
3863 for (stat = stats; stat < stats + ARRAY_SIZE(stats); stat++) { in memcg_numa_stat_show()
3874 for (stat = stats; stat < stats + ARRAY_SIZE(stats); stat++) { in memcg_numa_stat_show()