Searched refs:memcg_events (Results 1 – 1 of 1) sorted by relevance
/mm/ |
D | memcontrol.c | 929 static unsigned long memcg_events(struct mem_cgroup *memcg, int event) in memcg_events() function 1625 memcg_events(memcg, PGFAULT)); in memory_stat_format() 1627 memcg_events(memcg, PGMAJFAULT)); in memory_stat_format() 1629 memcg_events(memcg, PGREFILL)); in memory_stat_format() 1631 memcg_events(memcg, PGSCAN_KSWAPD) + in memory_stat_format() 1632 memcg_events(memcg, PGSCAN_DIRECT)); in memory_stat_format() 1634 memcg_events(memcg, PGSTEAL_KSWAPD) + in memory_stat_format() 1635 memcg_events(memcg, PGSTEAL_DIRECT)); in memory_stat_format() 1637 memcg_events(memcg, PGACTIVATE)); in memory_stat_format() 1639 memcg_events(memcg, PGDEACTIVATE)); in memory_stat_format() [all …]
|