taglinefilesource code
semaphore174include/linux/fs.hstruct semaphore i_sem;
semaphore485include/linux/sched.hextern void __down(struct semaphore * sem);
semaphore487include/linux/sched.hextern inline void down(struct semaphore * sem)
semaphore494include/linux/sched.hextern inline void up(struct semaphore * sem)
semaphore19include/linux/wait.h#define MUTEX ((struct semaphore) { 1, NULL })
semaphore364kernel/sched.cvoid __down(struct semaphore * sem)