Searched defs:rw_semaphore (Results 1 – 4 of 4) sorted by relevance
36 struct rw_semaphore { struct37 atomic_long_t count;43 atomic_long_t owner;45 struct optimistic_spin_queue osq; /* spinner MCS lock */47 raw_spinlock_t wait_lock;48 struct list_head wait_list;73 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
132 rw_semaphore chapter
249 struct rw_semaphore { int i; }; argument