Home
last modified time | relevance | path

Searched refs:core_sched_before (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/tools/testing/selftests/sched_ext/
H A Dmaximal.bpf.c145 .core_sched_before = (void *) maximal_core_sched_before,
/linux-6.15/tools/sched_ext/
H A Dscx_qmap.bpf.c837 .core_sched_before = (void *)qmap_core_sched_before,
/linux-6.15/kernel/sched/
H A Dext.c437 bool (*core_sched_before)(struct task_struct *a, struct task_struct *b); member
1814 if (SCX_HAS_OP(core_sched_before)) in touch_core_sched_dispatch()
3383 if (SCX_HAS_OP(core_sched_before) && !scx_rq_bypassing(task_rq(a))) in scx_prio_less()
3384 return SCX_CALL_OP_2TASKS_RET(SCX_KF_REST, core_sched_before, NULL, in scx_prio_less()
5798 .core_sched_before = sched_ext_ops__core_sched_before,