Searched refs:stats (Results 1 – 3 of 3) 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()
106 obj-$(CONFIG_PERCPU_STATS) += percpu-stats.o
3852 static const struct numa_stat stats[] = { in memcg_numa_stat_show() local3863 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()