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

/linux-master/arch/s390/kernel/
H A Dperf_cpum_cf.c110 struct cpu_cf_ptr __percpu *cfptr; member in struct:cpu_cf_root
124 * per CPU pointers stored in cpu_cf_root::cfptr.
145 struct cpu_cf_ptr __percpu *p = cpu_cf_root.cfptr;
171 free_percpu(cpu_cf_root.cfptr);
172 cpu_cf_root.cfptr = NULL;
175 debug_sprintf_event(cf_dbg, 4, "%s root.refcnt %u cfptr %d\n",
177 !cpu_cf_root.cfptr);
194 cpu_cf_root.cfptr = alloc_percpu(struct cpu_cf_ptr);
195 if (cpu_cf_root.cfptr) {
218 if (!cpu_cf_root.cfptr)
[all...]

Completed in 81 milliseconds