Home
last modified time | relevance | path

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

/linux/mm/
H A Dmemcontrol.c4949 struct mem_cgroup *memcg, *swap_memcg; in mem_cgroup_swapout() local
4973 swap_memcg = mem_cgroup_id_get_online(memcg); in mem_cgroup_swapout()
4977 mem_cgroup_id_get_many(swap_memcg, nr_entries - 1); in mem_cgroup_swapout()
4978 oldid = swap_cgroup_record(entry, mem_cgroup_id(swap_memcg), in mem_cgroup_swapout()
4981 mod_memcg_state(swap_memcg, MEMCG_SWAP, nr_entries); in mem_cgroup_swapout()
4989 if (memcg != swap_memcg) { in mem_cgroup_swapout()
4990 if (!mem_cgroup_is_root(swap_memcg)) in mem_cgroup_swapout()
4991 page_counter_charge(&swap_memcg->memsw, nr_entries); in mem_cgroup_swapout()