RWSEM_WAITING_BIAS   65 include/asm-x86/rwsem.h #define RWSEM_ACTIVE_WRITE_BIAS		(RWSEM_WAITING_BIAS + RWSEM_ACTIVE_BIAS)
RWSEM_WAITING_BIAS  231 include/asm-x86/rwsem.h 		     : "a" (sem), "i" (-RWSEM_WAITING_BIAS)
RWSEM_WAITING_BIAS   31 include/asm-xtensa/rwsem.h #define RWSEM_ACTIVE_WRITE_BIAS		(RWSEM_WAITING_BIAS + RWSEM_ACTIVE_BIAS)
RWSEM_WAITING_BIAS  145 include/asm-xtensa/rwsem.h 	tmp = atomic_add_return(-RWSEM_WAITING_BIAS, (atomic_t *)(&sem->count));
RWSEM_WAITING_BIAS  115 lib/rwsem.c    	woken *= RWSEM_ACTIVE_BIAS - RWSEM_WAITING_BIAS;
RWSEM_WAITING_BIAS  197 lib/rwsem.c    				RWSEM_WAITING_BIAS - RWSEM_ACTIVE_BIAS);