Searched refs:SCX_HAS_OP (Results 1 – 2 of 2) sorted by relevance
| /linux/kernel/sched/ |
| H A D | ext.c | 221 #define SCX_HAS_OP(sch, op) test_bit(SCX_OP_IDX(op), (sch)->has_op) macro 1289 if (unlikely(SCX_HAS_OP(scx_root, core_sched_before))) in touch_core_sched_dispatch() 1408 if (SCX_HAS_OP(sch, dequeue)) in call_task_dequeue() 1891 if (unlikely(!SCX_HAS_OP(sch, enqueue))) in do_enqueue_task() 2007 if (SCX_HAS_OP(sch, runnable) && !task_on_rq_migrating(p)) in enqueue_task_scx() 2123 if (SCX_HAS_OP(sch, stopping) && task_current(rq, p)) { in dequeue_task_scx() 2128 if (SCX_HAS_OP(sch, quiescent) && !task_on_rq_migrating(p)) in dequeue_task_scx() 2150 if (SCX_HAS_OP(sch, yield)) in yield_task_scx() 2161 if (SCX_HAS_OP(sch, yield) && sch == scx_task_sched(to)) in yield_to_task_scx() 2767 if (unlikely(!SCX_HAS_OP(sch, dispatch)) || !scx_rq_online(rq)) in scx_dispatch_sched() [all …]
|
| H A D | ext_idle.c | 790 if (SCX_HAS_OP(sch, update_idle) && do_notify && in __scx_update_idle()
|