Searched defs:ld_semaphore (Results 1 – 1 of 1) 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;