Searched refs:stats (Results 1 – 4 of 4) sorted by relevance
213 struct zs_size_stat stats; member261 struct zs_pool_stats stats; member550 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() argument2322 memcpy(stats, &pool->stats, sizeof(struct zs_pool_stats)); in zs_pool_stats()
121 obj-$(CONFIG_PERCPU_STATS) += percpu-stats.o
4045 static const struct numa_stat stats[] = { in memcg_numa_stat_show() local4055 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()
522 DEFINE_SHOW_ATTRIBUTE(stats);