Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/sched_ext/
H A Dmaximal.bpf.c145 .core_sched_before = (void *) maximal_core_sched_before,
/linux/kernel/sched/
H A Dext.c410 bool (*core_sched_before)(struct task_struct *a, struct task_struct *b); member
1661 if (SCX_HAS_OP(core_sched_before)) in touch_core_sched_dispatch()
3212 if (SCX_HAS_OP(core_sched_before) && !scx_rq_bypassing(task_rq(a))) in scx_prio_less()
3213 return SCX_CALL_OP_2TASKS_RET(SCX_KF_REST, core_sched_before, in scx_prio_less()
6088 .core_sched_before = sched_ext_ops__core_sched_before,