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

/linux-master/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 in typeref:struct:cpu_cf_root
123 * struct cpu_cf_root and the access to cpu_cf_root::refcnt and the
124 * per CPU pointers stored in cpu_cf_root::cfptr.
145 struct cpu_cf_ptr __percpu *p = cpu_cf_root.cfptr;
169 if (!refcount_dec_and_test(&cpu_cf_root.refcnt))
171 free_percpu(cpu_cf_root.cfptr);
172 cpu_cf_root.cfptr = NULL;
176 __func__, refcount_read(&cpu_cf_root
[all...]

Completed in 78 milliseconds