Searched defs:rw_semaphore (Results 1 – 7 of 7) sorted by relevance
2816 struct rw_semaphore { struct2817 atomic_long_t count;2818 atomic_long_t owner;2819 struct optimistic_spin_queue osq;2843 struct rw_semaphore ldt_usr_sem; argument
1633 struct rw_semaphore { struct1634 atomic_long_t count;1635 atomic_long_t owner;1636 struct optimistic_spin_queue osq;1637 raw_spinlock_t wait_lock;1638 struct list_head wait_list;
1806 struct rw_semaphore { struct1807 atomic_long_t count;1808 atomic_long_t owner;1809 struct optimistic_spin_queue osq;1810 raw_spinlock_t wait_lock;1811 struct list_head wait_list;
2796 struct rw_semaphore { struct2797 atomic_long_t count;2798 atomic_long_t owner;2799 struct optimistic_spin_queue osq;2800 raw_spinlock_t wait_lock;2801 struct list_head wait_list;