Lines Matching defs:percpu_count
19 * percpu_count vars will be equal to what it would have been if all the gets
110 unsigned long __percpu *percpu_count = percpu_count_ptr(ref);
112 if (percpu_count) {
115 free_percpu(percpu_count);
172 unsigned long __percpu *percpu_count = percpu_count_ptr(ref);
178 count += *per_cpu_ptr(percpu_count, cpu);
239 unsigned long __percpu *percpu_count = percpu_count_ptr(ref);
242 BUG_ON(!percpu_count);
259 *per_cpu_ptr(percpu_count, cpu) = 0;
412 unsigned long __percpu *percpu_count;
415 if (__ref_is_percpu(ref, &percpu_count))
465 unsigned long __percpu *percpu_count;
471 WARN_ON_ONCE(__ref_is_percpu(ref, &percpu_count));