Searched refs:dspc (Results 1 – 1 of 1) sorted by relevance
2127 struct scx_dsp_ctx *dspc = this_cpu_ptr(scx_dsp_ctx); in flush_dispatch_buf() local2130 for (u = 0; u < dspc->cursor; u++) { in flush_dispatch_buf()2131 struct scx_dsp_buf_ent *ent = &dspc->buf[u]; in flush_dispatch_buf()2137 dspc->nr_tasks += dspc->cursor; in flush_dispatch_buf()2138 dspc->cursor = 0; in flush_dispatch_buf()2157 struct scx_dsp_ctx *dspc = this_cpu_ptr(scx_dsp_ctx); in balance_one() local2216 dspc->rq = rq; in balance_one()2226 dspc->nr_tasks = 0; in balance_one()2255 } while (dspc->nr_tasks); in balance_one()5772 struct scx_dsp_ctx *dspc = this_cpu_ptr(scx_dsp_ctx); in scx_dsq_insert_commit() local[all …]