Searched refs:MEMCG_SWAP (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/mm/ |
D | memcontrol.c | 1280 MEMCG_SWAP, 1339 if (memcg1_stats[i] == MEMCG_SWAP && !do_swap_account) in mem_cgroup_print_oom_info() 2706 mod_memcg_state(from, MEMCG_SWAP, -1); in mem_cgroup_move_swap_account() 2707 mod_memcg_state(to, MEMCG_SWAP, 1); in mem_cgroup_move_swap_account() 2998 val += memcg_page_state(iter, MEMCG_SWAP); in mem_cgroup_usage() 3400 if (memcg1_stats[i] == MEMCG_SWAP && !do_memsw_account()) in memcg_stat_show() 3435 if (memcg1_stats[i] == MEMCG_SWAP && !do_memsw_account()) in memcg_stat_show() 6434 mod_memcg_state(swap_memcg, MEMCG_SWAP, nr_entries); in mem_cgroup_swapout() 6507 mod_memcg_state(memcg, MEMCG_SWAP, nr_pages); in mem_cgroup_try_charge_swap() 6535 mod_memcg_state(memcg, MEMCG_SWAP, -nr_pages); in mem_cgroup_uncharge_swap()
|
/Linux-v4.19/include/linux/ |
D | memcontrol.h | 44 MEMCG_SWAP, enumerator
|
/Linux-v4.19/init/ |
D | Kconfig | 691 config MEMCG_SWAP config 699 depends on MEMCG_SWAP
|