Home
last modified time | relevance | path

Searched refs:sub_detach (Results 1 – 4 of 4) sorted by relevance

/linux/tools/sched_ext/include/scx/
H A Dcompat.h190 if (__skel->struct_ops.__ops_name->sub_detach && \
193 __skel->struct_ops.__ops_name->sub_detach = NULL; \
/linux/kernel/sched/
H A Dext_internal.h756 void (*sub_detach)(struct scx_sub_detach_args *args); member
H A Dext.c5690 if (parent->ops.sub_detach && sch->sub_attached) { in scx_sub_disable()
5695 SCX_CALL_OP(parent, sub_detach, NULL, in scx_sub_disable()
7315 case offsetof(struct sched_ext_ops, sub_detach): in bpf_scx_check_member()
7453 .sub_detach = sched_ext_ops__sub_detach,
9521 [SCX_OP_IDX(sub_detach)] = SCX_KF_ALLOW_UNLOCKED,
/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c1039 .sub_detach = (void *)qmap_sub_detach,