Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dext.c2780 struct scx_dsp_ctx *dspc = this_cpu_ptr(scx_dsp_ctx); in flush_dispatch_buf() local
2783 for (u = 0; u < dspc->cursor; u++) { in flush_dispatch_buf()
2784 struct scx_dsp_buf_ent *ent = &dspc->buf[u]; in flush_dispatch_buf()
2790 dspc->nr_tasks += dspc->cursor; in flush_dispatch_buf()
2791 dspc->cursor = 0; in flush_dispatch_buf()
2796 struct scx_dsp_ctx *dspc = this_cpu_ptr(scx_dsp_ctx); in balance_one() local
2847 dspc->rq = rq; in balance_one()
2857 dspc->nr_tasks = 0; in balance_one()
2886 } while (dspc->nr_tasks); in balance_one()
6477 struct scx_dsp_ctx *dspc = this_cpu_ptr(scx_dsp_ctx); in scx_dsq_insert_commit() local
[all …]