Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/sched/
Dext.c2615 struct scx_dsp_ctx *dspc = this_cpu_ptr(scx_dsp_ctx); in flush_dispatch_buf() local
2618 for (u = 0; u < dspc->cursor; u++) { in flush_dispatch_buf()
2619 struct scx_dsp_buf_ent *ent = &dspc->buf[u]; in flush_dispatch_buf()
2625 dspc->nr_tasks += dspc->cursor; in flush_dispatch_buf()
2626 dspc->cursor = 0; in flush_dispatch_buf()
2631 struct scx_dsp_ctx *dspc = this_cpu_ptr(scx_dsp_ctx); in balance_one() local
2682 dspc->rq = rq; in balance_one()
2692 dspc->nr_tasks = 0; in balance_one()
2717 } while (dspc->nr_tasks); in balance_one()
5969 struct scx_dsp_ctx *dspc = this_cpu_ptr(scx_dsp_ctx); in scx_dispatch_commit() local
[all …]