Searched defs:ld_semaphore (Results 1 – 1 of 1) sorted by relevance
8073 struct ld_semaphore { struct8074 atomic_long_t count;8075 raw_spinlock_t wait_lock;8076 unsigned int wait_readers;8077 struct list_head read_wait;8078 struct list_head write_wait;