Lines Matching refs:memcg_events
817 static unsigned long memcg_events(struct mem_cgroup *memcg, int event) in memcg_events() function
1454 seq_buf_printf(&s, "pgfault %lu\n", memcg_events(memcg, PGFAULT)); in memory_stat_format()
1455 seq_buf_printf(&s, "pgmajfault %lu\n", memcg_events(memcg, PGMAJFAULT)); in memory_stat_format()
1464 seq_buf_printf(&s, "pgrefill %lu\n", memcg_events(memcg, PGREFILL)); in memory_stat_format()
1466 memcg_events(memcg, PGSCAN_KSWAPD) + in memory_stat_format()
1467 memcg_events(memcg, PGSCAN_DIRECT)); in memory_stat_format()
1469 memcg_events(memcg, PGSTEAL_KSWAPD) + in memory_stat_format()
1470 memcg_events(memcg, PGSTEAL_DIRECT)); in memory_stat_format()
1471 seq_buf_printf(&s, "pgactivate %lu\n", memcg_events(memcg, PGACTIVATE)); in memory_stat_format()
1472 seq_buf_printf(&s, "pgdeactivate %lu\n", memcg_events(memcg, PGDEACTIVATE)); in memory_stat_format()
1473 seq_buf_printf(&s, "pglazyfree %lu\n", memcg_events(memcg, PGLAZYFREE)); in memory_stat_format()
1474 seq_buf_printf(&s, "pglazyfreed %lu\n", memcg_events(memcg, PGLAZYFREED)); in memory_stat_format()
1478 memcg_events(memcg, THP_FAULT_ALLOC)); in memory_stat_format()
1480 memcg_events(memcg, THP_COLLAPSE_ALLOC)); in memory_stat_format()
3898 (u64)memcg_events(memcg, memcg1_events[i])); in memcg_stat_show()