Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/function/
H A Du_tcm.h33 bool can_attach; member
H A Df_tcm.c1952 if (!opts->can_attach) { in tcm_bind()
2145 opts->can_attach = true; in tcm_register_callback()
2158 opts->can_attach = false; in tcm_unregister_callback()
/openbmc/linux/drivers/usb/gadget/legacy/
H A Dtcm_usb_gadget.c153 tcm_opts->can_attach = true; in usb_target_gadget_init()
/openbmc/linux/kernel/cgroup/
H A Dpids.c379 .can_attach = pids_can_attach,
H A Dcgroup.c2519 if (ss->can_attach) { in cgroup_migrate_execute()
2521 ret = ss->can_attach(tset); in cgroup_migrate_execute()
H A Dcpuset.c3504 .can_attach = cpuset_can_attach,
/openbmc/linux/include/linux/
H A Dcgroup-defs.h681 int (*can_attach)(struct cgroup_taskset *tset); member
/openbmc/linux/Documentation/admin-guide/cgroup-v1/
H A Dcgroups.rst594 ``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 this
635 This will be called only about subsystems whose can_attach() operation have
636 succeeded. The parameters are identical to can_attach().
643 The parameters are identical to can_attach().
/openbmc/linux/mm/
H A Dmemcontrol.c6811 .can_attach = mem_cgroup_can_attach,
/openbmc/linux/kernel/sched/
H A Dcore.c11503 .can_attach = cpu_cgroup_can_attach,