Home
last modified time | relevance | path

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

/linux/arch/s390/kernel/
H A Dperf_cpum_cf.c110 static struct cpu_cf_root { /* Anchor to per CPU data */ struct
113 } cpu_cf_root; variable
147 struct cpu_cf_ptr __percpu *p = cpu_cf_root.cfptr; in get_cpu_cfhw()
171 if (!refcount_dec_and_test(&cpu_cf_root.refcnt)) in cpum_cf_free_root()
173 free_percpu(cpu_cf_root.cfptr); in cpum_cf_free_root()
174 cpu_cf_root.cfptr = NULL; in cpum_cf_free_root()
178 __func__, refcount_read(&cpu_cf_root.refcnt), in cpum_cf_free_root()
179 !cpu_cf_root.cfptr); in cpum_cf_free_root()
192 if (refcount_inc_not_zero(&cpu_cf_root.refcnt)) in cpum_cf_alloc_root()
196 cpu_cf_root.cfptr = alloc_percpu(struct cpu_cf_ptr); in cpum_cf_alloc_root()
[all …]