Searched refs:core_sched_before (Results 1 – 3 of 3) sorted by relevance
143 .core_sched_before = (void *) maximal_core_sched_before,
816 .core_sched_before = (void *)qmap_core_sched_before,
389 bool (*core_sched_before)(struct task_struct *a, struct task_struct *b); member1633 if (SCX_HAS_OP(core_sched_before)) in touch_core_sched_dispatch()3039 if (SCX_HAS_OP(core_sched_before) && !scx_rq_bypassing(task_rq(a))) in scx_prio_less()3040 return SCX_CALL_OP_2TASKS_RET(SCX_KF_REST, core_sched_before, in scx_prio_less()5591 .core_sched_before = core_sched_before_stub,