Searched defs:rw_semaphore (Results 1 – 2 of 2) sorted by relevance
35 struct rw_semaphore { struct36 atomic_long_t count;63 static inline int rwsem_is_locked(struct rw_semaphore *sem) in rwsem_is_locked() argument
6 struct rw_semaphore { struct10 int init_rwsem(struct rw_semaphore *sem); argument