Searched refs:find_dsq_for_dispatch (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/sched/ext/ |
| H A D | ext.c | 1820 static struct scx_dispatch_q *find_dsq_for_dispatch(struct scx_sched *sch, in find_dsq_for_dispatch() function 1914 find_dsq_for_dispatch(sch, rq, p->scx.ddsp_dsq_id, task_cpu(p)); in direct_dispatch() 2882 dsq = find_dsq_for_dispatch(sch, rq, dsq_id, task_cpu(p)); in finish_dispatch() 4332 dsq = find_dsq_for_dispatch(sch, rq, dsq_id, task_cpu(p)); in process_ddsp_deferred_locals() 9052 dst_dsq = find_dsq_for_dispatch(sch, locked_rq ?: this_rq(), dsq_id, task_cpu(p)); in scx_dsq_move() 9872 dsq = find_dsq_for_dispatch(sch, locked_rq ?: this_rq(), dsq_id, smp_processor_id()); in scx_bpf_dsq_reenq()
|