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.c221 #define SCX_HAS_OP(sch, op) test_bit(SCX_OP_IDX(op), (sch)->has_op) macro
1333 if (unlikely(SCX_HAS_OP(scx_root, core_sched_before))) in touch_core_sched_dispatch()
1452 if (SCX_HAS_OP(sch, dequeue)) in call_task_dequeue()
1935 if (unlikely(!SCX_HAS_OP(sch, enqueue))) in do_enqueue_task()
2051 if (SCX_HAS_OP(sch, runnable) && !task_on_rq_migrating(p)) in enqueue_task_scx()
2167 if (SCX_HAS_OP(sch, stopping) && task_current(rq, p)) { in dequeue_task_scx()
2172 if (SCX_HAS_OP(sch, quiescent) && !task_on_rq_migrating(p)) in dequeue_task_scx()
2194 if (SCX_HAS_OP(sch, yield)) in yield_task_scx()
2205 if (SCX_HAS_OP(sch, yield) && sch == scx_task_sched(to)) in yield_to_task_scx()
2811 if (unlikely(!SCX_HAS_OP(sch, dispatch)) || !scx_rq_online(rq)) in scx_dispatch_sched()
[all …]
H A Dext_idle.c790 if (SCX_HAS_OP(sch, update_idle) && do_notify && in __scx_update_idle()