tag | line | file | source code |
---|---|---|---|
semaphore | 180 | include/linux/fs.h | struct semaphore i_sem; |
semaphore | 533 | include/linux/sched.h | extern void __down(struct semaphore * sem); |
semaphore | 538 | include/linux/sched.h | extern inline void down(struct semaphore * sem) |
semaphore | 545 | include/linux/sched.h | extern inline void up(struct semaphore * sem) |
semaphore | 19 | include/linux/wait.h | #define MUTEX ((struct semaphore) { 1, NULL }) |
semaphore | 333 | kernel/sched.c | void __down(struct semaphore * sem) |