Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dmemcontrol.c7494 struct mem_cgroup *memcg, *swap_memcg; in mem_cgroup_swapout() local
7518 swap_memcg = mem_cgroup_id_get_online(memcg); in mem_cgroup_swapout()
7522 mem_cgroup_id_get_many(swap_memcg, nr_entries - 1); in mem_cgroup_swapout()
7523 oldid = swap_cgroup_record(entry, mem_cgroup_id(swap_memcg), in mem_cgroup_swapout()
7526 mod_memcg_state(swap_memcg, MEMCG_SWAP, nr_entries); in mem_cgroup_swapout()
7534 if (memcg != swap_memcg) { in mem_cgroup_swapout()
7535 if (!mem_cgroup_is_root(swap_memcg)) in mem_cgroup_swapout()
7536 page_counter_charge(&swap_memcg->memsw, nr_entries); in mem_cgroup_swapout()