Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/gadget/function/
Du_tcm.h33 bool can_attach; member
Df_tcm.c2002 if (!opts->can_attach) { in tcm_bind()
2195 opts->can_attach = true; in tcm_register_callback()
2208 opts->can_attach = false; in tcm_unregister_callback()
/Linux-v5.15/drivers/usb/gadget/legacy/
Dtcm_usb_gadget.c153 tcm_opts->can_attach = true; in usb_target_gadget_init()
/Linux-v5.15/kernel/cgroup/
Dpids.c346 .can_attach = pids_can_attach,
Dcpuset.c2945 .can_attach = cpuset_can_attach,
Dcgroup.c2443 if (ss->can_attach) { in cgroup_migrate_execute()
2445 ret = ss->can_attach(tset); in cgroup_migrate_execute()
/Linux-v5.15/include/linux/
Dcgroup-defs.h636 int (*can_attach)(struct cgroup_taskset *tset); member
/Linux-v5.15/Documentation/admin-guide/cgroup-v1/
Dcgroups.rst592 ``int can_attach(struct cgroup *cgrp, struct cgroup_taskset *tset)``
630 Called when a task attach operation has failed after can_attach() has succeeded.
631 A subsystem whose can_attach() has some side-effects should provide this
633 This will be called only about subsystems whose can_attach() operation have
634 succeeded. The parameters are identical to can_attach().
641 The parameters are identical to can_attach().
/Linux-v5.15/mm/
Dmemcontrol.c6501 .can_attach = mem_cgroup_can_attach,
/Linux-v5.15/kernel/sched/
Dcore.c10785 .can_attach = cpu_cgroup_can_attach,