Searched refs:down_killable (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/
H A Dsemaphore.h41 extern int __must_check down_killable(struct semaphore *sem);
/linux-4.1.27/kernel/locking/
H A Dsemaphore.c21 * irqsave variants for down(), down_interruptible() and down_killable()
51 * down_killable() instead.
92 * down_killable - acquire the semaphore unless killed
101 int down_killable(struct semaphore *sem) down_killable() function
115 EXPORT_SYMBOL(down_killable); variable

Completed in 34 milliseconds