taglinefilesource code
semaphore180include/linux/fs.hstruct semaphore i_sem;
semaphore533include/linux/sched.hextern void __down(struct semaphore * sem);
semaphore538include/linux/sched.hextern inline void down(struct semaphore * sem)
semaphore545include/linux/sched.hextern inline void up(struct semaphore * sem)
semaphore19include/linux/wait.h#define MUTEX ((struct semaphore) { 1, NULL })
semaphore333kernel/sched.cvoid __down(struct semaphore * sem)