Searched refs:mem_cgroup_stat_names (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/
H A Dmemcontrol.h38 * The corresponding mem_cgroup_stat_names is defined in mm/memcontrol.c,
/linux-4.4.14/mm/
H A Dmemcontrol.c90 static const char * const mem_cgroup_stat_names[] = { variable
1292 pr_cont(" %s:%luKB", mem_cgroup_stat_names[i], for_each_mem_cgroup_tree()
3160 BUILD_BUG_ON(ARRAY_SIZE(mem_cgroup_stat_names) != memcg_stat_show()
3169 seq_printf(m, "%s %lu\n", mem_cgroup_stat_names[i], memcg_stat_show()
3200 seq_printf(m, "total_%s %llu\n", mem_cgroup_stat_names[i], val); memcg_stat_show()

Completed in 67 milliseconds