Searched refs:rwsem_test_oflags (Results 1 – 1 of 1) sorted by relevance
150 static inline bool rwsem_test_oflags(struct rw_semaphore *sem, long flags) in rwsem_test_oflags() function193 return rwsem_test_oflags(sem, RWSEM_READER_OWNED); in is_rwsem_reader_owned()783 if (rwsem_test_oflags(sem, RWSEM_NONSPINNABLE)) in rwsem_optimistic_spin()864 if (rwsem_test_oflags(sem, RWSEM_NONSPINNABLE)) in clear_nonspinnable()1318 !rwsem_test_oflags(sem, RWSEM_NONSPINNABLE), sem); in __up_write()