Searched refs:can_attach (Results 1 – 8 of 8) sorted by relevance
434 int (*can_attach)(struct cgroup_taskset *tset); member
309 .can_attach = pids_can_attach,
2082 .can_attach = cpuset_can_attach,
2388 if (css->ss->can_attach) { in cgroup_taskset_migrate()2390 ret = css->ss->can_attach(tset); in cgroup_taskset_migrate()
581 int can_attach(struct cgroup *cgrp, struct cgroup_taskset *tset)619 Called when a task attach operation has failed after can_attach() has succeeded.620 A subsystem whose can_attach() has some side-effects should provide this622 This will be called only about subsystems whose can_attach() operation have623 succeeded. The parameters are identical to can_attach().630 The parameters are identical to can_attach().
1174 .can_attach = blkcg_can_attach,
5263 .can_attach = mem_cgroup_can_attach,
8595 .can_attach = cpu_cgroup_can_attach,