Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dmemcontrol.c3461 mod_memcg_state(from, MEMCG_SWAP, -1); in mem_cgroup_move_swap_account()
3462 mod_memcg_state(to, MEMCG_SWAP, 1); in mem_cgroup_move_swap_account()
4075 MEMCG_SWAP,
4114 if (memcg1_stats[i] == MEMCG_SWAP && !do_memsw_account()) in memcg1_stat_format()
4145 if (memcg1_stats[i] == MEMCG_SWAP && !do_memsw_account()) in memcg1_stat_format()
7526 mod_memcg_state(swap_memcg, MEMCG_SWAP, nr_entries); in mem_cgroup_swapout()
7599 mod_memcg_state(memcg, MEMCG_SWAP, nr_pages); in __mem_cgroup_try_charge_swap()
7624 mod_memcg_state(memcg, MEMCG_SWAP, -nr_pages); in __mem_cgroup_uncharge_swap()
/openbmc/linux/include/linux/
H A Dmemcontrol.h33 MEMCG_SWAP = NR_VM_NODE_STAT_ITEMS, enumerator