Searched refs:RWSEM_WR_NONSPINNABLE (Results 1 – 1 of 1) sorted by relevance
100 #define RWSEM_WR_NONSPINNABLE (1UL << 2) macro101 #define RWSEM_NONSPINNABLE (RWSEM_RD_NONSPINNABLE | RWSEM_WR_NONSPINNABLE)791 unsigned long nonspinnable = wlock ? RWSEM_WR_NONSPINNABLE in rwsem_optimistic_spin()921 if (rwsem_test_oflags(sem, RWSEM_WR_NONSPINNABLE)) in clear_wr_nonspinnable()922 atomic_long_andnot(RWSEM_WR_NONSPINNABLE, &sem->owner); in clear_wr_nonspinnable()1146 if (rwsem_can_spin_on_owner(sem, RWSEM_WR_NONSPINNABLE) && in rwsem_down_write_slowpath()