Searched defs:sem (Results 1 – 8 of 8) sorted by relevance
43 static inline int __must_check down_interruptible_killable(struct semaphore *sem) in down_interruptible_killable()
121 static struct sem *sem; /* semaphore pool */ variable133 struct sem { struct134 u_short semval; /* semaphore value */ argument135 pid_t sempid; /* pid of last operation */ argument136 u_short semncnt; /* # awaiting semval > cval */ argument137 u_short semzcnt; /* # awaiting semval = 0 */ argument
3164 do_sem_wait(struct thread *td, struct _usem *sem, struct _umtx_time *timeout) in do_sem_wait()3232 do_sem_wake(struct thread *td, struct _usem *sem) in do_sem_wake()3269 do_sem2_wait(struct thread *td, struct _usem2 *sem, struct _umtx_time *timeout) in do_sem2_wait()3353 do_sem2_wake(struct thread *td, struct _usem2 *sem) in do_sem2_wake()
30 sem_t sem; member
317 struct semaphore sem; member
80 struct semaphore sem; member
301 uint8_t __attribute__((__aligned__(NM_CACHE_ALIGN))) sem[128]; member303 uint8_t __declspec(align(NM_CACHE_ALIGN)) sem[128]; member
219 wait_queue_head_t sem; member