Home
last modified time | relevance | path

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

/mm/
A Dswap_cgroup.c18 struct swap_cgroup_ctrl { struct
22 static struct swap_cgroup_ctrl swap_cgroup_ctrl[MAX_SWAPFILES]; variable
74 map = swap_cgroup_ctrl[swp_type(ent)].map; in swap_cgroup_record()
101 map = swap_cgroup_ctrl[swp_type(ent)].map; in swap_cgroup_clear()
121 struct swap_cgroup_ctrl *ctrl; in lookup_swap_cgroup_id()
126 ctrl = &swap_cgroup_ctrl[swp_type(ent)]; in lookup_swap_cgroup_id()
133 struct swap_cgroup_ctrl *ctrl; in swap_cgroup_swapon()
145 ctrl = &swap_cgroup_ctrl[type]; in swap_cgroup_swapon()
160 struct swap_cgroup_ctrl *ctrl; in swap_cgroup_swapoff()
166 ctrl = &swap_cgroup_ctrl[type]; in swap_cgroup_swapoff()

Completed in 7 milliseconds