taglinefilesource code
semaphore48drivers/char/pty.cstatic struct semaphore tmp_buf_sem = MUTEX;
semaphore180include/linux/fs.hstruct semaphore i_sem;
semaphore537include/linux/sched.hextern void __down(struct semaphore * sem);
semaphore542include/linux/sched.hextern inline void down(struct semaphore * sem)
semaphore549include/linux/sched.hextern inline void up(struct semaphore * sem)
semaphore19include/linux/wait.h#define MUTEX ((struct semaphore) { 1, NULL })
semaphore323kernel/sched.cvoid __down(struct semaphore * sem)