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

/linux-master/lib/
H A Dpercpu-refcount.c37 #define PERCPU_COUNT_BIAS (1LU << (BITS_PER_LONG - 1)) macro
90 start_count += PERCPU_COUNT_BIAS;
195 atomic_long_add((long)count - PERCPU_COUNT_BIAS, &data->count);
250 atomic_long_add(PERCPU_COUNT_BIAS, &ref->data->count);

Completed in 117 milliseconds