Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dext.c219 #define SCX_HAS_OP(sch, op) test_bit(SCX_OP_IDX(op), (sch)->has_op) macro
941 if (unlikely(SCX_HAS_OP(scx_root, core_sched_before))) in touch_core_sched_dispatch()
1384 if (unlikely(!SCX_HAS_OP(sch, enqueue))) in do_enqueue_task()
1497 if (SCX_HAS_OP(sch, runnable) && !task_on_rq_migrating(p)) in enqueue_task_scx()
1533 if (SCX_HAS_OP(sch, dequeue)) in ops_dequeue()
1584 if (SCX_HAS_OP(sch, stopping) && task_current(rq, p)) { in dequeue_task_scx()
1589 if (SCX_HAS_OP(sch, quiescent) && !task_on_rq_migrating(p)) in dequeue_task_scx()
1610 if (SCX_HAS_OP(sch, yield)) in yield_task_scx()
1621 if (SCX_HAS_OP(sch, yield)) in yield_to_task_scx()
2166 if (SCX_HAS_OP(sch, cpu_acquire)) in balance_one()
[all …]
H A Dext_idle.c771 if (SCX_HAS_OP(sch, update_idle) && do_notify && !scx_rq_bypassing(rq)) in __scx_update_idle()