Searched defs:rw_semaphore (Results 1 – 2 of 2) sorted by relevance
1087 struct rw_semaphore { struct1088 atomic_long_t count;1089 atomic_long_t owner;1090 struct optimistic_spin_queue osq;1091 raw_spinlock_t wait_lock;1115 struct rw_semaphore invalidate_lock; argument
484 struct rw_semaphore { struct485 atomic_long_t count;486 atomic_long_t owner;487 struct optimistic_spin_queue osq;488 raw_spinlock_t wait_lock;489 struct list_head wait_list;490 u64 android_vendor_data1;491 u64 android_oem_data1[2];