Home
last modified time | relevance | path

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

/linux-6.15/kernel/sched/
H A Dext.c2196 if (!SCX_HAS_OP(enqueue)) in do_enqueue_task()
2340 if (SCX_HAS_OP(dequeue)) in ops_dequeue()
2413 if (SCX_HAS_OP(yield)) in yield_task_scx()
2423 if (SCX_HAS_OP(yield)) in yield_to_task_scx()
3465 if (SCX_HAS_OP(set_cpumask)) in set_cpus_allowed_scx()
3720 if (SCX_HAS_OP(enable)) in scx_ops_enable_task()
3724 if (SCX_HAS_OP(set_weight)) in scx_ops_enable_task()
3735 if (SCX_HAS_OP(disable)) in scx_ops_disable_task()
3764 if (SCX_HAS_OP(exit_task)) in scx_ops_exit_task()
3873 if (SCX_HAS_OP(set_weight)) in reweight_task_scx()
[all …]
H A Dext_idle.c676 if (SCX_HAS_OP(update_idle) && do_notify && !scx_rq_bypassing(rq)) in __scx_update_idle()