Searched refs:sub_attach (Results 1 – 4 of 4) sorted by relevance
185 if (__skel->struct_ops.__ops_name->sub_attach && \188 __skel->struct_ops.__ops_name->sub_attach = NULL; \
750 s32 (*sub_attach)(struct scx_sub_attach_args *args); member1448 if (!root->ops.sub_attach) in scx_prog_sched()
6735 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()
1026 .sub_attach = (void *)qmap_sub_attach,