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
1448 if (!root->ops.sub_attach) in scx_prog_sched()
H A Dext.c6735 if (ops->sub_attach) { in scx_alloc_and_add_sched()
7198 if (!parent->ops.sub_attach) in scx_sub_enable_workfn()
7299 ret = SCX_CALL_OP_RET(parent, sub_attach, NULL, in scx_sub_enable_workfn()
7302 ret = ops_sanitize_err(sch, "sub_attach", ret); in scx_sub_enable_workfn()
7697 case offsetof(struct sched_ext_ops, sub_attach): in sched_ext_ops__tick()
7835 .sub_attach = sched_ext_ops__sub_attach, in can_skip_idle_kick()
9915 [SCX_OP_IDX(sub_attach)] = SCX_KF_ALLOW_UNLOCKED, in scx_kfunc_context_filter()
/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c1026 .sub_attach = (void *)qmap_sub_attach,