Searched refs:dspc (Results 1 – 1 of 1) sorted by relevance
2751 struct scx_dsp_ctx *dspc = &this_cpu_ptr(sch->pcpu)->dsp_ctx; in flush_dispatch_buf() local2754 for (u = 0; u < dspc->cursor; u++) { in flush_dispatch_buf()2755 struct scx_dsp_buf_ent *ent = &dspc->buf[u]; in flush_dispatch_buf()2761 dspc->nr_tasks += dspc->cursor; in flush_dispatch_buf()2762 dspc->cursor = 0; in flush_dispatch_buf()2787 struct scx_dsp_ctx *dspc = &this_cpu_ptr(sch->pcpu)->dsp_ctx; in scx_dispatch_sched() local2827 dspc->rq = rq; in scx_dispatch_sched()2837 dspc->nr_tasks = 0; in scx_dispatch_sched()2872 } while (dspc->nr_tasks); in scx_dispatch_sched()8127 struct scx_dsp_ctx *dspc = &this_cpu_ptr(sch->pcpu)->dsp_ctx; in scx_dsq_insert_commit() local[all …]