Home
last modified time | relevance | path

Searched refs:stats (Results 1 – 4 of 4) 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()
DMakefile121 obj-$(CONFIG_PERCPU_STATS) += percpu-stats.o
Dmemcontrol.c4045 static const struct numa_stat stats[] = { in memcg_numa_stat_show() local
4055 for (stat = stats; stat < stats + ARRAY_SIZE(stats); stat++) { in memcg_numa_stat_show()
4066 for (stat = stats; stat < stats + ARRAY_SIZE(stats); stat++) { in memcg_numa_stat_show()
/mm/kfence/
Dcore.c522 DEFINE_SHOW_ATTRIBUTE(stats);