_QR_BIAS           44 include/asm-generic/qrwlock.h 		cnts = (u32)atomic_add_return_acquire(_QR_BIAS, &lock->cnts);
_QR_BIAS           47 include/asm-generic/qrwlock.h 		atomic_sub(_QR_BIAS, &lock->cnts);
_QR_BIAS           76 include/asm-generic/qrwlock.h 	cnts = atomic_add_return_acquire(_QR_BIAS, &lock->cnts);
_QR_BIAS          107 include/asm-generic/qrwlock.h 	(void)atomic_sub_return_release(_QR_BIAS, &lock->cnts);
_QR_BIAS           36 kernel/locking/qrwlock.c 	atomic_sub(_QR_BIAS, &lock->cnts);
_QR_BIAS           42 kernel/locking/qrwlock.c 	atomic_add(_QR_BIAS, &lock->cnts);