Searched defs:rw_semaphore (Results 1 – 1 of 1) sorted by relevance
1862 struct rw_semaphore { struct1863 atomic_long_t count;1864 atomic_long_t owner;1865 struct optimistic_spin_queue osq;1866 raw_spinlock_t wait_lock;1867 struct list_head wait_list;