Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dcgroup-defs.h406 int (*can_attach)(struct cgroup_subsys_state *css, member
/linux-4.1.27/Documentation/cgroups/
Dcgroups.txt581 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 this
622 This will be called only about subsystems whose can_attach() operation have
623 succeeded. The parameters are identical to can_attach().
630 The parameters are identical to can_attach().
/linux-4.1.27/block/
Dblk-cgroup.c932 .can_attach = blkcg_can_attach,
/linux-4.1.27/kernel/
Dcpuset.c2050 .can_attach = cpuset_can_attach,
Dcgroup.c2287 if (css->ss->can_attach) { in cgroup_migrate()
2288 ret = css->ss->can_attach(css, &tset); in cgroup_migrate()
/linux-4.1.27/mm/
Dmemcontrol.c5392 .can_attach = mem_cgroup_can_attach,
/linux-4.1.27/kernel/sched/
Dcore.c8383 .can_attach = cpu_cgroup_can_attach,