Searched refs:rwsem_test_oflags (Results 1 – 1 of 1) sorted by relevance
155 static inline bool rwsem_test_oflags(struct rw_semaphore *sem, long flags) in rwsem_test_oflags() function206 return rwsem_test_oflags(sem, RWSEM_READER_OWNED); in is_rwsem_reader_owned()861 if (rwsem_test_oflags(sem, RWSEM_NONSPINNABLE)) in rwsem_optimistic_spin()941 if (unlikely(rwsem_test_oflags(sem, RWSEM_NONSPINNABLE))) in clear_nonspinnable()1368 !rwsem_test_oflags(sem, RWSEM_NONSPINNABLE), sem); in __up_write()
Completed in 8 milliseconds