Searched refs:rwsem_test_oflags (Results 1 – 1 of 1) sorted by relevance
149 static inline bool rwsem_test_oflags(struct rw_semaphore *sem, long flags) in rwsem_test_oflags() function192 return rwsem_test_oflags(sem, RWSEM_READER_OWNED); in is_rwsem_reader_owned()832 if (rwsem_test_oflags(sem, RWSEM_NONSPINNABLE)) in rwsem_optimistic_spin()913 if (rwsem_test_oflags(sem, RWSEM_NONSPINNABLE)) in clear_nonspinnable()1324 !rwsem_test_oflags(sem, RWSEM_NONSPINNABLE), sem); in __up_write()
Completed in 8 milliseconds