Home
last modified time | relevance | path

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

/linux/kernel/sched/ext/
H A Dext.c465 struct scx_cmask *kern_va = *this_cpu_ptr(sch->set_cmask_scratch); in scx_call_op_set_cpumask()
5282 sch->set_cmask_scratch = alloc_percpu(struct scx_cmask *); in scx_set_cmask_scratch_alloc()
5283 if (!sch->set_cmask_scratch) in scx_set_cmask_scratch_alloc()
5287 struct scx_cmask **slot = per_cpu_ptr(sch->set_cmask_scratch, cpu); in scx_set_cmask_scratch_alloc()
5303 if (!sch->set_cmask_scratch) in scx_set_cmask_scratch_free()
5307 struct scx_cmask **slot = per_cpu_ptr(sch->set_cmask_scratch, cpu); in scx_set_cmask_scratch_free()
5311 free_percpu(sch->set_cmask_scratch); in scx_set_cmask_scratch_free()
5312 sch->set_cmask_scratch = NULL; in scx_set_cmask_scratch_free()
H A Dinternal.h1554 struct scx_cmask * __percpu *set_cmask_scratch; member