Searched refs:can_attach (Results 1 – 7 of 7) sorted by relevance
406 int (*can_attach)(struct cgroup_subsys_state *css, member
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().
932 .can_attach = blkcg_can_attach,
2050 .can_attach = cpuset_can_attach,
2287 if (css->ss->can_attach) { in cgroup_migrate()2288 ret = css->ss->can_attach(css, &tset); in cgroup_migrate()
5392 .can_attach = mem_cgroup_can_attach,
8383 .can_attach = cpu_cgroup_can_attach,