Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/kernel/
H A Dperf_cpum_cf.c115 } cpu_cf_root; argument
173 if (!refcount_dec_and_test(&cpu_cf_root.refcnt)) in cpum_cf_free_root()
175 free_percpu(cpu_cf_root.cfptr); in cpum_cf_free_root()
176 cpu_cf_root.cfptr = NULL; in cpum_cf_free_root()
181 !cpu_cf_root.cfptr); in cpum_cf_free_root()
194 if (refcount_inc_not_zero(&cpu_cf_root.refcnt)) in cpum_cf_alloc_root()
199 if (cpu_cf_root.cfptr) { in cpum_cf_alloc_root()
200 refcount_set(&cpu_cf_root.refcnt, 1); in cpum_cf_alloc_root()
222 if (!cpu_cf_root.cfptr) in cpum_cf_free_cpu()
224 p = per_cpu_ptr(cpu_cf_root.cfptr, cpu); in cpum_cf_free_cpu()
[all …]