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

/linux-master/include/linux/
H A Dsemaphore.h46 extern int __must_check down_killable(struct semaphore *sem);
/linux-master/kernel/locking/
H A Dsemaphore.c20 * irqsave variants for down(), down_interruptible() and down_killable()
52 * down_killable() instead.
95 * down_killable - acquire the semaphore unless killed
104 int __sched down_killable(struct semaphore *sem) function
119 EXPORT_SYMBOL(down_killable); variable
/linux-master/drivers/mux/
H A Dcore.c371 ret = down_killable(&mux->lock);
/linux-master/drivers/nfc/st95hf/
H A Dcore.c963 rc = down_killable(&stcontext->exchange_lock);
1220 result = down_killable(&stcontext->exchange_lock);

Completed in 165 milliseconds