Searched refs:core_sched_before (Results 1 – 4 of 4) sorted by relevance
148 .core_sched_before = (void *) maximal_core_sched_before,
499 bool (*core_sched_before)(struct task_struct *a, struct task_struct *b); member
1289 if (unlikely(SCX_HAS_OP(scx_root, core_sched_before))) in touch_core_sched_dispatch()3243 if (sch_a == sch_b && SCX_HAS_OP(sch_a, core_sched_before) && in scx_prio_less()3245 return SCX_CALL_OP_2TASKS_RET(sch_a, core_sched_before, in scx_prio_less()7596 .core_sched_before = sched_ext_ops__core_sched_before,
1018 .core_sched_before = (void *)qmap_core_sched_before,