Searched refs:SCX_HAS_OP (Results 1 – 1 of 1) sorted by relevance
1022 #define SCX_HAS_OP(op) static_branch_likely(&scx_has_op[SCX_OP_IDX(op)]) macro1633 if (SCX_HAS_OP(core_sched_before)) in touch_core_sched_dispatch()2004 if (!SCX_HAS_OP(enqueue)) in do_enqueue_task()2111 if (SCX_HAS_OP(runnable) && !task_on_rq_migrating(p)) in enqueue_task_scx()2142 if (SCX_HAS_OP(dequeue)) in ops_dequeue()2190 if (SCX_HAS_OP(stopping) && task_current(rq, p)) { in dequeue_task_scx()2195 if (SCX_HAS_OP(quiescent) && !task_on_rq_migrating(p)) in dequeue_task_scx()2215 if (SCX_HAS_OP(yield)) in yield_task_scx()2225 if (SCX_HAS_OP(yield)) in yield_to_task_scx()2647 if (SCX_HAS_OP(cpu_acquire)) in balance_one()[all …]