RWSEM_WR_NONSPINNABLE  102 kernel/locking/rwsem.c #define RWSEM_NONSPINNABLE	(RWSEM_RD_NONSPINNABLE | RWSEM_WR_NONSPINNABLE)
RWSEM_WR_NONSPINNABLE  794 kernel/locking/rwsem.c 	unsigned long nonspinnable = wlock ? RWSEM_WR_NONSPINNABLE
RWSEM_WR_NONSPINNABLE  924 kernel/locking/rwsem.c 	if (rwsem_test_oflags(sem, RWSEM_WR_NONSPINNABLE))
RWSEM_WR_NONSPINNABLE  925 kernel/locking/rwsem.c 		atomic_long_andnot(RWSEM_WR_NONSPINNABLE, &sem->owner);
RWSEM_WR_NONSPINNABLE 1149 kernel/locking/rwsem.c 	if (rwsem_can_spin_on_owner(sem, RWSEM_WR_NONSPINNABLE) &&