Home
last modified time | relevance | path

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

/kernel/
Dcgroup_pids.c180 struct pids_cgroup *old_pids; in pids_can_attach() local
188 old_pids = css_pids(old_css); in pids_can_attach()
191 pids_uncharge(old_pids, 1); in pids_can_attach()
205 struct pids_cgroup *old_pids; in pids_cancel_attach() local
208 old_pids = css_pids(old_css); in pids_cancel_attach()
210 pids_charge(old_pids, 1); in pids_cancel_attach()