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.c108 static struct cpu_cf_root { /* Anchor to per CPU data */ struct
111 } cpu_cf_root; variable
145 struct cpu_cf_ptr __percpu *p = cpu_cf_root.cfptr; in get_cpu_cfhw()
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()
176 __func__, refcount_read(&cpu_cf_root.refcnt), 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()
194 cpu_cf_root.cfptr = alloc_percpu(struct cpu_cf_ptr); in cpum_cf_alloc_root()
[all …]