Home
last modified time | relevance | path

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

/linux-6.1.9/mm/
Dswap_cgroup.c9 struct swap_cgroup_ctrl { struct
15 static struct swap_cgroup_ctrl swap_cgroup_ctrl[MAX_SWAPFILES]; argument
42 struct swap_cgroup_ctrl *ctrl; in swap_cgroup_prepare()
45 ctrl = &swap_cgroup_ctrl[type]; in swap_cgroup_prepare()
65 static struct swap_cgroup *__lookup_swap_cgroup(struct swap_cgroup_ctrl *ctrl, in __lookup_swap_cgroup()
77 struct swap_cgroup_ctrl **ctrlp) in lookup_swap_cgroup()
80 struct swap_cgroup_ctrl *ctrl; in lookup_swap_cgroup()
82 ctrl = &swap_cgroup_ctrl[swp_type(ent)]; in lookup_swap_cgroup()
100 struct swap_cgroup_ctrl *ctrl; in swap_cgroup_cmpxchg()
129 struct swap_cgroup_ctrl *ctrl; in swap_cgroup_record()
[all …]