Searched refs:scx_bypassing (Results 1 – 3 of 3) sorted by relevance
| /linux/kernel/sched/ |
| H A D | ext_internal.h | 1378 static inline bool scx_bypassing(struct scx_sched *sch, s32 cpu) in scx_bypassing() function
|
| H A D | ext.c | 369 while (scx_parent(sch) && scx_bypassing(sch, cpu)) in bypass_enq_target_dsq() 1810 if (scx_bypassing(sch, cpu_of(rq))) { in do_enqueue_task() 2681 if (scx_bypassing(sch, cpu)) in scx_dispatch_sched() 2804 !scx_bypassing(sch, cpu)) { in balance_one() 2822 (!(sch->ops.flags & SCX_OPS_ENQ_LAST) || scx_bypassing(sch, cpu))) { in balance_one() 2967 if (p->scx.slice && !scx_bypassing(sch, cpu_of(rq))) { in put_prev_task_scx() 3108 if (!scx_bypassing(sch, cpu_of(rq)) && in do_pick_task_scx() 3184 !scx_bypassing(sch_a, task_cpu(a))) in scx_prio_less() 3212 bypassing = scx_bypassing(sch, task_cpu(p)); in select_task_rq_scx() 3410 if (scx_bypassing(sch, cpu_of(rq))) { in task_tick_scx() [all …]
|
| H A D | ext_idle.c | 791 !scx_bypassing(sch, cpu_of(rq))) in __scx_update_idle()
|