Searched refs:_QR_BIAS (Results 1 – 2 of 2) sorted by relevance
34 #define _QR_BIAS (1U << _QR_SHIFT) macro53 cnts = (u32)atomic_add_return_acquire(_QR_BIAS, &lock->cnts); in queued_read_trylock()56 atomic_sub(_QR_BIAS, &lock->cnts); in queued_read_trylock()85 cnts = atomic_add_return_acquire(_QR_BIAS, &lock->cnts); in queued_read_lock()115 (void)atomic_sub_return_release(_QR_BIAS, &lock->cnts); in queued_read_unlock()
45 atomic_sub(_QR_BIAS, &lock->cnts); in queued_read_lock_slowpath()51 atomic_add(_QR_BIAS, &lock->cnts); in queued_read_lock_slowpath()