Lines Matching refs:SCX_HAS_OP
1512 if (SCX_HAS_OP(sch, dequeue)) in call_task_dequeue()
2046 if (unlikely(!SCX_HAS_OP(sch, enqueue))) in scx_do_enqueue_task()
2169 if (SCX_HAS_OP(sch, runnable) && !task_on_rq_migrating(p)) in enqueue_task_scx()
2296 (SCX_HAS_OP(sch, stopping) || unlikely(p == scx_rescuee(rq)))) { in dequeue_task_scx()
2298 if (SCX_HAS_OP(sch, stopping)) in dequeue_task_scx()
2302 if (SCX_HAS_OP(sch, quiescent) && !task_on_rq_migrating(p)) in dequeue_task_scx()
2332 if (SCX_HAS_OP(sch, yield)) in yield_task_scx()
2346 if (SCX_HAS_OP(sch, yield) && sch == scx_task_sched(to)) in yield_to_task_scx()
3020 if (SCX_HAS_OP(sch, running) && (p->scx.flags & SCX_TASK_QUEUED)) in set_next_task_scx()
3139 if (SCX_HAS_OP(sch, stopping) && (p->scx.flags & SCX_TASK_QUEUED)) in put_prev_task_scx()
3485 if (SCX_HAS_OP(sch_a, core_sched_before)) in scx_prio_less()
3494 SCX_HAS_OP(anc, core_sched_before)) { in scx_prio_less()
3549 if (likely(SCX_HAS_OP(sch, select_cpu)) && !bypassing) { in select_task_rq_scx()
3626 if (SCX_HAS_OP(sch, set_cpumask)) in set_cpus_allowed_scx()
3670 if (online && SCX_HAS_OP(sch, cpu_online)) in handle_hotplug()
3672 else if (!online && SCX_HAS_OP(sch, cpu_offline)) in handle_hotplug()
3802 else if (SCX_HAS_OP(sch, tick)) in task_tick_scx()
3850 if (SCX_HAS_OP(sch, init_task)) { in __scx_init_task()
3923 if (SCX_HAS_OP(sch, enable)) in __scx_enable_task()
3926 if (SCX_HAS_OP(sch, set_weight)) in __scx_enable_task()
3945 if (SCX_HAS_OP(sch, disable)) in scx_disable_task()
3991 if (SCX_HAS_OP(sch, exit_task)) in __scx_disable_and_exit_task()
4008 if (SCX_HAS_OP(sch, exit_task)) in scx_sub_init_cancel_task()
4248 if (SCX_HAS_OP(sch, set_weight)) in reweight_task_scx()
4269 if (SCX_HAS_OP(sch, set_cpumask)) in switching_to_scx()
4762 if (SCX_HAS_OP(sch, cgroup_init)) { in scx_tg_online()
4793 SCX_HAS_OP(sch, cgroup_exit)) in scx_tg_offline()
4842 if (SCX_HAS_OP(sch, cgroup_prep_move)) { in scx_cgroup_can_attach()
4861 if (p->scx.cgrp_moving_from && SCX_HAS_OP(sch, cgroup_cancel_move)) in scx_cgroup_can_attach()
4884 if (p->scx.cgrp_moving_from && SCX_HAS_OP(sch, cgroup_move)) in scx_cgroup_move_task()
4903 if (p->scx.cgrp_moving_from && SCX_HAS_OP(sch, cgroup_cancel_move)) in scx_cgroup_cancel_attach()
4917 if (scx_cgroup_enabled && sch && SCX_HAS_OP(sch, cgroup_set_weight) && in scx_group_set_weight()
4933 if (scx_cgroup_enabled && sch && SCX_HAS_OP(sch, cgroup_set_idle)) in scx_group_set_idle()
4950 if (scx_cgroup_enabled && sch && SCX_HAS_OP(sch, cgroup_set_bandwidth) && in scx_group_set_bandwidth()
6814 if (SCX_HAS_OP(sch, dump_task)) { in scx_dump_task()
6847 if (idle && !SCX_HAS_OP(sch, dump_cpu)) in scx_dump_cpu()
6883 if (SCX_HAS_OP(sch, dump_cpu)) { in scx_dump_cpu()
6970 if (SCX_HAS_OP(sch, dump)) { in scx_dump_state()