Searched defs:semaphore (Results 1 – 2 of 2) sorted by relevance
24961 struct semaphore { struct24962 raw_spinlock_t lock;24963 unsigned int count;24964 struct list_head wait_list;
28453 struct semaphore { struct28454 raw_spinlock_t lock;28455 unsigned int count;28456 struct list_head wait_list;