Searched defs:ld_semaphore (Results 1 – 7 of 7) sorted by relevance
11078 struct ld_semaphore { struct11079 atomic_long_t count;11080 raw_spinlock_t wait_lock;11081 unsigned int wait_readers;11082 struct list_head read_wait;11083 struct list_head write_wait;11084 struct lockdep_map dep_map;
9137 struct ld_semaphore { struct9138 atomic_long_t count;9139 raw_spinlock_t wait_lock;9140 unsigned int wait_readers;9141 struct list_head read_wait;9142 struct list_head write_wait;
7805 struct ld_semaphore { struct7806 atomic_long_t count;7807 raw_spinlock_t wait_lock;7808 unsigned int wait_readers;7809 struct list_head read_wait;7810 struct list_head write_wait;
11567 struct ld_semaphore { struct11586 struct ld_semaphore ldisc_sem; argument