Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/gadget/function/
Du_tcm.h33 bool can_attach; member
Df_tcm.c2015 if (!opts->can_attach) { in tcm_bind()
2197 opts->can_attach = true; in tcm_register_callback()
2210 opts->can_attach = false; in tcm_unregister_callback()
/Linux-v4.19/drivers/usb/gadget/legacy/
Dtcm_usb_gadget.c153 tcm_opts->can_attach = true; in usb_target_gadget_init()
/Linux-v4.19/kernel/cgroup/
Dpids.c341 .can_attach = pids_can_attach,
Dcpuset.c2102 .can_attach = cpuset_can_attach,
Dcgroup.c2301 if (ss->can_attach) { in cgroup_migrate_execute()
2303 ret = ss->can_attach(tset); in cgroup_migrate_execute()
/Linux-v4.19/include/linux/
Dcgroup-defs.h592 int (*can_attach)(struct cgroup_taskset *tset); member
/Linux-v4.19/Documentation/cgroup-v1/
Dcgroups.txt576 int can_attach(struct cgroup *cgrp, struct cgroup_taskset *tset)
614 Called when a task attach operation has failed after can_attach() has succeeded.
615 A subsystem whose can_attach() has some side-effects should provide this
617 This will be called only about subsystems whose can_attach() operation have
618 succeeded. The parameters are identical to can_attach().
625 The parameters are identical to can_attach().
/Linux-v4.19/block/
Dblk-cgroup.c1356 .can_attach = blkcg_can_attach,
/Linux-v4.19/kernel/sched/
Dcore.c6998 .can_attach = cpu_cgroup_can_attach,
/Linux-v4.19/mm/
Dmemcontrol.c5706 .can_attach = mem_cgroup_can_attach,