Searched refs:dst_css (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/kernel/ |
D | cgroup_pids.c | 168 struct cgroup_subsys_state *dst_css; in pids_can_attach() local 170 cgroup_taskset_for_each(task, dst_css, tset) { in pids_can_attach() 171 struct pids_cgroup *pids = css_pids(dst_css); in pids_can_attach() 193 struct cgroup_subsys_state *dst_css; in pids_cancel_attach() local 195 cgroup_taskset_for_each(task, dst_css, tset) { in pids_cancel_attach() 196 struct pids_cgroup *pids = css_pids(dst_css); in pids_cancel_attach()
|
/linux-4.4.14/include/linux/ |
D | cgroup.h | 256 #define cgroup_taskset_for_each(task, dst_css, tset) \ argument 257 for ((task) = cgroup_taskset_first((tset), &(dst_css)); \ 259 (task) = cgroup_taskset_next((tset), &(dst_css))) 270 #define cgroup_taskset_for_each_leader(leader, dst_css, tset) \ argument 271 for ((leader) = cgroup_taskset_first((tset), &(dst_css)); \ 273 (leader) = cgroup_taskset_next((tset), &(dst_css))) \
|
/linux-4.4.14/block/ |
D | blk-cgroup.c | 1133 struct cgroup_subsys_state *dst_css; in blkcg_can_attach() local 1138 cgroup_taskset_for_each(task, dst_css, tset) { in blkcg_can_attach()
|