Searched refs:dst_css (Results 1 – 2 of 2) sorted by relevance
| /linux/kernel/cgroup/ |
| H A D | pids.c | 203 struct cgroup_subsys_state *dst_css; in pids_can_attach() local 205 cgroup_taskset_for_each(task, dst_css, tset) { in pids_can_attach() 206 struct pids_cgroup *pids = css_pids(dst_css); in pids_can_attach() 228 struct cgroup_subsys_state *dst_css; in pids_cancel_attach() local 230 cgroup_taskset_for_each(task, dst_css, tset) { in pids_cancel_attach() 231 struct pids_cgroup *pids = css_pids(dst_css); in pids_cancel_attach()
|
| /linux/include/linux/ |
| H A D | cgroup.h | 294 #define cgroup_taskset_for_each(task, dst_css, tset) \ argument 295 for ((task) = cgroup_taskset_first((tset), &(dst_css)); \ 297 (task) = cgroup_taskset_next((tset), &(dst_css))) 308 #define cgroup_taskset_for_each_leader(leader, dst_css, tset) \ argument 309 for ((leader) = cgroup_taskset_first((tset), &(dst_css)); \ 311 (leader) = cgroup_taskset_next((tset), &(dst_css))) \
|