Searched refs:scx_dsp_ctx (Results 1 – 1 of 1) sorted by relevance
119 struct scx_dsp_ctx { struct126 static struct scx_dsp_ctx __percpu *scx_dsp_ctx; argument2147 struct scx_dsp_ctx *dspc = this_cpu_ptr(scx_dsp_ctx); in flush_dispatch_buf()2177 struct scx_dsp_ctx *dspc = this_cpu_ptr(scx_dsp_ctx); in balance_one()4489 free_percpu(scx_dsp_ctx); in scx_disable_workfn()4490 scx_dsp_ctx = NULL; in scx_disable_workfn()5150 WARN_ON_ONCE(scx_dsp_ctx); in scx_enable_workfn()5152 scx_dsp_ctx = __alloc_percpu(struct_size_t(struct scx_dsp_ctx, buf, in scx_enable_workfn()5154 __alignof__(struct scx_dsp_ctx)); in scx_enable_workfn()5155 if (!scx_dsp_ctx) { in scx_enable_workfn()[all …]