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

/linux-4.4.14/lib/
H A Dpercpu-refcount.c34 #define PERCPU_COUNT_BIAS (1LU << (BITS_PER_LONG - 1)) macro
75 start_count += PERCPU_COUNT_BIAS; percpu_ref_init()
147 atomic_long_add((long)count - PERCPU_COUNT_BIAS, &ref->count); percpu_ref_switch_to_atomic_rcu()
238 atomic_long_add(PERCPU_COUNT_BIAS, &ref->count); __percpu_ref_switch_to_percpu()
/linux-4.4.14/include/linux/
H A Dpercpu-refcount.h16 * percpu_ref_kill()/PERCPU_COUNT_BIAS.

Completed in 225 milliseconds