Lines Matching defs:percpu_count
18 * percpu_count vars will be equal to what it would have been if all the gets
109 unsigned long __percpu *percpu_count = percpu_count_ptr(ref);
111 if (percpu_count) {
114 free_percpu(percpu_count);
171 unsigned long __percpu *percpu_count = percpu_count_ptr(ref);
176 count += *per_cpu_ptr(percpu_count, cpu);
232 unsigned long __percpu *percpu_count = percpu_count_ptr(ref);
235 BUG_ON(!percpu_count);
252 *per_cpu_ptr(percpu_count, cpu) = 0;
405 unsigned long __percpu *percpu_count;
408 if (__ref_is_percpu(ref, &percpu_count))
458 unsigned long __percpu *percpu_count;
464 WARN_ON_ONCE(__ref_is_percpu(ref, &percpu_count));