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/ext/
H A Dinternal.h532 bool (*core_sched_before)(struct task_struct *a, struct task_struct *b); member
1054 bool (*core_sched_before)(struct task_struct *a, member
H A Dext.c3487 if (SCX_HAS_OP(sch_a, core_sched_before)) in scx_prio_less()
3496 SCX_HAS_OP(anc, core_sched_before)) { in scx_prio_less()
3513 return SCX_CALL_OP_2TASKS_RET(sch, core_sched_before, task_rq(a), in scx_prio_less()
8270 .core_sched_before = sched_ext_ops__core_sched_before,
8337 .core_sched_before = sched_ext_ops__core_sched_before,
10932 CID_OFFSET_MATCH(core_sched_before, core_sched_before); in scx_init()
/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c2018 .core_sched_before = (void *)qmap_core_sched_before,