Searched refs:can_attach (Results 1 – 10 of 10) sorted by relevance
33 bool can_attach; member
1955 if (!opts->can_attach) { in tcm_bind()2148 opts->can_attach = true; in tcm_register_callback()2161 opts->can_attach = false; in tcm_unregister_callback()
153 tcm_opts->can_attach = true; in usb_target_gadget_init()
594 ``int can_attach(struct cgroup *cgrp, struct cgroup_taskset *tset)``632 Called when a task attach operation has failed after can_attach() has succeeded.633 A subsystem whose can_attach() has some side-effects should provide this635 This will be called only about subsystems whose can_attach() operation have636 succeeded. The parameters are identical to can_attach().643 The parameters are identical to can_attach().
719 int (*can_attach)(struct cgroup_taskset *tset); member
452 .can_attach = pids_can_attach,
2572 if (ss->can_attach) { in cgroup_migrate_execute()2574 ret = ss->can_attach(tset); in cgroup_migrate_execute()
3617 .can_attach = cpuset_can_attach,
4432 .can_attach = memcg1_can_attach,
9967 .can_attach = cpu_cgroup_can_attach,