Home
last modified time | relevance | path

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

/linux/kernel/locking/
H A Dsemaphore.c20 * irqsave variants for down(), down_interruptible() and down_killable()
89 * down_killable() instead.
132 * down_killable - acquire the semaphore unless killed
141 int __sched down_killable(struct semaphore *sem) in down_killable() function
156 EXPORT_SYMBOL(down_killable);
/linux/include/linux/
H A Dsemaphore.h58 extern int __must_check down_killable(struct semaphore *sem);
/linux/drivers/nfc/st95hf/
H A Dcore.c962 rc = down_killable(&stcontext->exchange_lock); in st95hf_in_send_cmd()
1215 result = down_killable(&stcontext->exchange_lock); in st95hf_remove()
/linux/drivers/mux/
H A Dcore.c370 ret = down_killable(&mux->lock); in mux_control_select_delay()