Home
last modified time | relevance | path

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

/linux-6.15/Documentation/scheduler/
H A Dsched-ext.rst264 ``ops.dispatch_max_batch`` pending tasks.
/linux-6.15/kernel/sched/
H A Dext.c692 u32 dispatch_max_batch; member
5390 scx_dsp_max_batch = ops->dispatch_max_batch ?: SCX_DSP_DFL_MAX_BATCH; in scx_ops_enable()
5654 case offsetof(struct sched_ext_ops, dispatch_max_batch): in bpf_scx_init_member()
5657 ops->dispatch_max_batch = *(u32 *)(udata + moff); in bpf_scx_init_member()