Home
last modified time | relevance | path

Searched refs:memcg_events (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/mm/
Dmemcontrol.c817 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()
[all …]