Home
last modified time | relevance | path

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

/linux-6.1.9/mm/
Dswap_cgroup.c17 struct swap_cgroup { struct
20 #define SC_PER_PAGE (PAGE_SIZE/sizeof(struct swap_cgroup)) argument
65 static struct swap_cgroup *__lookup_swap_cgroup(struct swap_cgroup_ctrl *ctrl, in __lookup_swap_cgroup()
69 struct swap_cgroup *sc; in __lookup_swap_cgroup()
76 static struct swap_cgroup *lookup_swap_cgroup(swp_entry_t ent, in lookup_swap_cgroup()
101 struct swap_cgroup *sc; in swap_cgroup_cmpxchg()
130 struct swap_cgroup *sc; in swap_cgroup_record()
DMakefile102 obj-$(CONFIG_MEMCG) += swap_cgroup.o
/linux-6.1.9/Documentation/admin-guide/cgroup-v1/
Dmemcg_test.rst24 swap_cgroup ... an entry per swp_entry.
29 occurs. swap_cgroup is used only when a charged page is swapped-out.
127 - A swp page is read. (move a charge from swap_cgroup to page_cgroup)
/linux-6.1.9/
DMAINTAINERS5307 F: mm/swap_cgroup.c