percpu_count_ptr 5413 drivers/md/md.c if (mddev->writes_pending.percpu_count_ptr) percpu_count_ptr 101 include/linux/percpu-refcount.h unsigned long percpu_count_ptr; percpu_count_ptr 161 include/linux/percpu-refcount.h percpu_ptr = READ_ONCE(ref->percpu_count_ptr); percpu_count_ptr 265 include/linux/percpu-refcount.h } else if (!(ref->percpu_count_ptr & __PERCPU_REF_DEAD)) { percpu_count_ptr 323 include/linux/percpu-refcount.h return ref->percpu_count_ptr & __PERCPU_REF_DEAD; percpu_count_ptr 43 lib/percpu-refcount.c (ref->percpu_count_ptr & ~__PERCPU_REF_ATOMIC_DEAD); percpu_count_ptr 67 lib/percpu-refcount.c ref->percpu_count_ptr = (unsigned long) percpu_count_ptr 69 lib/percpu-refcount.c if (!ref->percpu_count_ptr) percpu_count_ptr 76 lib/percpu-refcount.c ref->percpu_count_ptr |= __PERCPU_REF_ATOMIC; percpu_count_ptr 83 lib/percpu-refcount.c ref->percpu_count_ptr |= __PERCPU_REF_DEAD; percpu_count_ptr 107 lib/percpu-refcount.c unsigned long __percpu *percpu_count = percpu_count_ptr(ref); percpu_count_ptr 113 lib/percpu-refcount.c ref->percpu_count_ptr = __PERCPU_REF_ATOMIC_DEAD; percpu_count_ptr 136 lib/percpu-refcount.c unsigned long __percpu *percpu_count = percpu_count_ptr(ref); percpu_count_ptr 175 lib/percpu-refcount.c if (ref->percpu_count_ptr & __PERCPU_REF_ATOMIC) { percpu_count_ptr 182 lib/percpu-refcount.c ref->percpu_count_ptr |= __PERCPU_REF_ATOMIC; percpu_count_ptr 196 lib/percpu-refcount.c unsigned long __percpu *percpu_count = percpu_count_ptr(ref); percpu_count_ptr 201 lib/percpu-refcount.c if (!(ref->percpu_count_ptr & __PERCPU_REF_ATOMIC)) percpu_count_ptr 218 lib/percpu-refcount.c smp_store_release(&ref->percpu_count_ptr, percpu_count_ptr 219 lib/percpu-refcount.c ref->percpu_count_ptr & ~__PERCPU_REF_ATOMIC); percpu_count_ptr 235 lib/percpu-refcount.c if (ref->force_atomic || (ref->percpu_count_ptr & __PERCPU_REF_DEAD)) percpu_count_ptr 345 lib/percpu-refcount.c WARN_ONCE(ref->percpu_count_ptr & __PERCPU_REF_DEAD, percpu_count_ptr 348 lib/percpu-refcount.c ref->percpu_count_ptr |= __PERCPU_REF_DEAD; percpu_count_ptr 396 lib/percpu-refcount.c WARN_ON_ONCE(!(ref->percpu_count_ptr & __PERCPU_REF_DEAD)); percpu_count_ptr 399 lib/percpu-refcount.c ref->percpu_count_ptr &= ~__PERCPU_REF_DEAD;