Searched refs:root_sch (Results 1 – 1 of 1) sorted by relevance
2922 struct scx_sched *root_sch = scx_root_protected_live(); in dispatch_one() local2931 if ((root_sch->ops.flags & SCX_OPS_HAS_CPU_PREEMPT) && in dispatch_one()2939 if (root_sch->ops.cpu_acquire) in dispatch_one()2940 SCX_CALL_OP(root_sch, cpu_acquire, rq, cpu, NULL); in dispatch_one()2970 verdict = scx_dispatch_sched(root_sch, rq, prev, false); in dispatch_one()