Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dext.c1707 * We're racing against dispatch_to_local_dsq() which already in find_dsq_for_dispatch()
1709 * holding_cpu which tells dispatch_to_local_dsq() that it lost in find_dsq_for_dispatch()
2108 * DISPATCHING is set. See dispatch_to_local_dsq(). in dequeue_task_scx()
2123 * clear %SCX_TASK_IN_CUSTODY: in dispatch_to_local_dsq(), when in dequeue_task_scx()
2554 * dispatch_to_local_dsq - Dispatch a task to a local dsq in dispatch_to_local_dsq()
2568 static void dispatch_to_local_dsq(struct scx_sched *sch, struct rq *rq, in dispatch_to_local_dsq()
2731 dispatch_to_local_dsq(sch, rq, dsq, p, enq_flags); in scx_dispatch_sched()
3977 dispatch_to_local_dsq(sch, rq, dsq, p, enq_flags);
2524 static void dispatch_to_local_dsq(struct scx_sched *sch, struct rq *rq, dispatch_to_local_dsq() function