Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/kernel/
H A Dperf_cpum_cf.c111 } cpu_cf_root; variable
169 if (!refcount_dec_and_test(&cpu_cf_root.refcnt)) in cpum_cf_free_root()
171 free_percpu(cpu_cf_root.cfptr); in cpum_cf_free_root()
172 cpu_cf_root.cfptr = NULL; in cpum_cf_free_root()
177 !cpu_cf_root.cfptr); in cpum_cf_free_root()
190 if (refcount_inc_not_zero(&cpu_cf_root.refcnt)) in cpum_cf_alloc_root()
195 if (cpu_cf_root.cfptr) { in cpum_cf_alloc_root()
196 refcount_set(&cpu_cf_root.refcnt, 1); in cpum_cf_alloc_root()
218 if (!cpu_cf_root.cfptr) in cpum_cf_free_cpu()
220 p = per_cpu_ptr(cpu_cf_root.cfptr, cpu); in cpum_cf_free_cpu()
[all …]