Searched +defs:down +path:semaphore (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/kernel/locking/
H A Dsemaphore.c19 * parts of the kernel expect to be able to use down() on a semaphore in
21 * irqsave variants for down(), down_interruptible() and down_killable()
43 * down - acquire the semaphore
53 void down(struct semaphore *sem) down() function
64 EXPORT_SYMBOL(down); variable
176 * context and even by tasks which have never called down().

Completed in 157 milliseconds