Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dext.c1134 struct scx_dsp_ctx { struct
1141 static struct scx_dsp_ctx __percpu *scx_dsp_ctx; argument
3055 struct scx_dsp_ctx *dspc = this_cpu_ptr(scx_dsp_ctx); in flush_dispatch_buf()
3072 struct scx_dsp_ctx *dspc = this_cpu_ptr(scx_dsp_ctx); in balance_one()
5073 free_percpu(scx_dsp_ctx); in scx_disable_workfn()
5074 scx_dsp_ctx = NULL; in scx_disable_workfn()
5639 WARN_ON_ONCE(scx_dsp_ctx); in scx_enable()
5641 scx_dsp_ctx = __alloc_percpu(struct_size_t(struct scx_dsp_ctx, buf, in scx_enable()
5643 __alignof__(struct scx_dsp_ctx)); in scx_enable()
5644 if (!scx_dsp_ctx) { in scx_enable()
[all …]