Home
last modified time | relevance | path

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

/linux-4.1.27/mm/
Dswap_cgroup.c8 struct swap_cgroup_ctrl { struct
14 static struct swap_cgroup_ctrl swap_cgroup_ctrl[MAX_SWAPFILES]; argument
41 struct swap_cgroup_ctrl *ctrl; in swap_cgroup_prepare()
44 ctrl = &swap_cgroup_ctrl[type]; in swap_cgroup_prepare()
62 struct swap_cgroup_ctrl **ctrlp) in lookup_swap_cgroup()
65 struct swap_cgroup_ctrl *ctrl; in lookup_swap_cgroup()
69 ctrl = &swap_cgroup_ctrl[swp_type(ent)]; in lookup_swap_cgroup()
90 struct swap_cgroup_ctrl *ctrl; in swap_cgroup_cmpxchg()
117 struct swap_cgroup_ctrl *ctrl; in swap_cgroup_record()
148 struct swap_cgroup_ctrl *ctrl; in swap_cgroup_swapon()
[all …]