Lines Matching defs:stat
776 * @idx: the stat item - can be enum memcg_stat_item or enum node_stat_item
843 * @idx: the stat item
1566 /* Translate stat items to the correct unit for memory.stat output */
4055 const struct numa_stat *stat;
4061 for (stat = stats; stat < stats + ARRAY_SIZE(stats); stat++) {
4062 seq_printf(m, "%s=%lu", stat->name,
4063 mem_cgroup_nr_lru_pages(memcg, stat->lru_mask,
4068 stat->lru_mask, false));
4072 for (stat = stats; stat < stats + ARRAY_SIZE(stats); stat++) {
4074 seq_printf(m, "hierarchical_%s=%lu", stat->name,
4075 mem_cgroup_nr_lru_pages(memcg, stat->lru_mask,
4080 stat->lru_mask, true));
5076 .name = "stat",
6854 .name = "stat",