Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dcgroup-defs.h434 int (*can_attach)(struct cgroup_taskset *tset); member
/linux-4.4.14/kernel/
Dcgroup_pids.c309 .can_attach = pids_can_attach,
Dcpuset.c2082 .can_attach = cpuset_can_attach,
Dcgroup.c2388 if (css->ss->can_attach) { in cgroup_taskset_migrate()
2390 ret = css->ss->can_attach(tset); in cgroup_taskset_migrate()
/linux-4.4.14/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.4.14/block/
Dblk-cgroup.c1174 .can_attach = blkcg_can_attach,
/linux-4.4.14/mm/
Dmemcontrol.c5263 .can_attach = mem_cgroup_can_attach,
/linux-4.4.14/kernel/sched/
Dcore.c8595 .can_attach = cpu_cgroup_can_attach,