Home
last modified time | relevance | path

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

/linux/lib/
A Dpercpu-refcount.c37 #define PERCPU_COUNT_BIAS (1LU << (BITS_PER_LONG - 1)) macro
89 start_count += PERCPU_COUNT_BIAS; in percpu_ref_init()
194 atomic_long_add((long)count - PERCPU_COUNT_BIAS, &data->count); in percpu_ref_switch_to_atomic_rcu()
248 atomic_long_add(PERCPU_COUNT_BIAS, &ref->data->count); in __percpu_ref_switch_to_percpu()

Completed in 5 milliseconds