Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/sched_ext/
H A Dmaximal.bpf.c148 .core_sched_before = (void *) maximal_core_sched_before,
/linux/kernel/sched/
H A Dext_internal.h499 bool (*core_sched_before)(struct task_struct *a, struct task_struct *b); member
H A Dext.c1289 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,
/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c1018 .core_sched_before = (void *)qmap_core_sched_before,