Searched refs:rwsem_test_oflags (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/locking/
H A Drwsem.c155 static inline bool rwsem_test_oflags(struct rw_semaphore *sem, long flags) function
198 return rwsem_test_oflags(sem, RWSEM_READER_OWNED);
863 if (rwsem_test_oflags(sem, RWSEM_NONSPINNABLE))
943 if (unlikely(rwsem_test_oflags(sem, RWSEM_NONSPINNABLE)))
1370 !rwsem_test_oflags(sem, RWSEM_NONSPINNABLE), sem);

Completed in 142 milliseconds