Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Dcgroup_pids.c173 struct pids_cgroup *old_pids; in pids_can_attach() local
181 old_pids = css_pids(old_css); in pids_can_attach()
184 pids_uncharge(old_pids, 1); in pids_can_attach()
198 struct pids_cgroup *old_pids; in pids_cancel_attach() local
201 old_pids = css_pids(old_css); in pids_cancel_attach()
203 pids_charge(old_pids, 1); in pids_cancel_attach()