RWSEM_UNLOCKED_VALUE   69 include/linux/rwsem.h #define __RWSEM_INIT_COUNT(name)	.count = ATOMIC_LONG_INIT(RWSEM_UNLOCKED_VALUE)
RWSEM_UNLOCKED_VALUE  337 kernel/locking/rwsem.c 	atomic_long_set(&sem->count, RWSEM_UNLOCKED_VALUE);
RWSEM_UNLOCKED_VALUE 1372 kernel/locking/rwsem.c 	tmp = RWSEM_UNLOCKED_VALUE;
RWSEM_UNLOCKED_VALUE 1388 kernel/locking/rwsem.c 	long tmp = RWSEM_UNLOCKED_VALUE;
RWSEM_UNLOCKED_VALUE 1399 kernel/locking/rwsem.c 	long tmp = RWSEM_UNLOCKED_VALUE;
RWSEM_UNLOCKED_VALUE 1417 kernel/locking/rwsem.c 	tmp  = RWSEM_UNLOCKED_VALUE;