Home
last modified time | relevance | path

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

/linux/tools/sched_ext/include/scx/
H A Dcompat.h185 if (__skel->struct_ops.__ops_name->sub_attach && \
188 __skel->struct_ops.__ops_name->sub_attach = NULL; \
/linux/kernel/sched/
H A Dext_internal.h750 s32 (*sub_attach)(struct scx_sub_attach_args *args); member
1446 if (!root->ops.sub_attach) in scx_prog_sched()
H A Dext.c6475 if (ops->sub_attach) { in scx_alloc_and_add_sched()
6842 if (!parent->ops.sub_attach) in find_parent_sched()
6937 ret = SCX_CALL_OP_RET(parent, sub_attach, NULL, in scx_sub_enable_workfn()
7314 case offsetof(struct sched_ext_ops, sub_attach): in bpf_scx_check_member()
7452 .sub_attach = sched_ext_ops__sub_attach,
9520 [SCX_OP_IDX(sub_attach)] = SCX_KF_ALLOW_UNLOCKED,
/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c1038 .sub_attach = (void *)qmap_sub_attach,