Home
last modified time | relevance | path

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

/linux/kernel/sched/ext/
H A Dinlines.h33 struct scx_dsp_ctx *dspc = &this_cpu_ptr(sch->pcpu)->dsp_ctx; in scx_dispatch_sched() local
76 dspc->rq = rq; in scx_dispatch_sched()
86 dspc->nr_tasks = 0; in scx_dispatch_sched()
124 } while (dspc->nr_tasks); in scx_dispatch_sched()
H A Dext.c2891 struct scx_dsp_ctx *dspc = &this_cpu_ptr(sch->pcpu)->dsp_ctx; in scx_flush_dispatch_buf() local
2894 for (u = 0; u < dspc->cursor; u++) { in scx_flush_dispatch_buf()
2895 struct scx_dsp_buf_ent *ent = &dspc->buf[u]; in scx_flush_dispatch_buf()
2901 dspc->nr_tasks += dspc->cursor; in scx_flush_dispatch_buf()
2902 dspc->cursor = 0; in scx_flush_dispatch_buf()
8767 struct scx_dsp_ctx *dspc = &this_cpu_ptr(sch->pcpu)->dsp_ctx; in scx_dsq_insert_commit() local
8776 if (unlikely(dspc->cursor >= sch->dsp_max_batch)) { in scx_dsq_insert_commit()
8781 dspc->buf[dspc->cursor++] = (struct scx_dsp_buf_ent){ in scx_dsq_insert_commit()
9104 struct scx_dsp_ctx *dspc; in scx_bpf_dispatch_cancel() local
9112 dspc = &this_cpu_ptr(sch->pcpu)->dsp_ctx; in scx_bpf_dispatch_cancel()
[all …]
H A Dsub.c1026 struct scx_dsp_ctx *dspc = &this_cpu_ptr(pcpu->sch->pcpu)->dsp_ctx; in scx_process_sync_ecaps() local
1028 dspc->rq = rq; in scx_process_sync_ecaps()