Lines Matching refs:RWSEM_NONSPINNABLE
64 #define RWSEM_NONSPINNABLE (1UL << 1) macro
65 #define RWSEM_OWNER_FLAGS_MASK (RWSEM_READER_OWNED | RWSEM_NONSPINNABLE)
169 (atomic_long_read(&sem->owner) & RWSEM_NONSPINNABLE); in __rwsem_set_reader_owned()
230 if (owner & RWSEM_NONSPINNABLE) in rwsem_set_nonspinnable()
233 owner | RWSEM_NONSPINNABLE)); in rwsem_set_nonspinnable()
625 if ((flags & RWSEM_NONSPINNABLE) || in rwsem_can_spin_on_owner()
657 if (flags & RWSEM_NONSPINNABLE) in rwsem_owner_state()
783 if (rwsem_test_oflags(sem, RWSEM_NONSPINNABLE)) in rwsem_optimistic_spin()
864 if (rwsem_test_oflags(sem, RWSEM_NONSPINNABLE)) in clear_nonspinnable()
865 atomic_long_andnot(RWSEM_NONSPINNABLE, &sem->owner); in clear_nonspinnable()
1318 !rwsem_test_oflags(sem, RWSEM_NONSPINNABLE), sem); in __up_write()