Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/locking/
H A Dsemaphore.c20 * 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) in down_killable() function
115 EXPORT_SYMBOL(down_killable); variable
/kernel/linux/linux-6.6/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) in down_killable() function
119 EXPORT_SYMBOL(down_killable); variable
/kernel/linux/linux-5.10/include/linux/
H A Dsemaphore.h40 extern int __must_check down_killable(struct semaphore *sem);
/kernel/linux/linux-6.6/include/linux/
H A Dsemaphore.h46 extern int __must_check down_killable(struct semaphore *sem);
/kernel/linux/linux-5.10/drivers/mux/
H A Dcore.c338 ret = down_killable(&mux->lock); in mux_control_select()
/kernel/linux/linux-5.10/drivers/nfc/st95hf/
H A Dcore.c966 rc = down_killable(&stcontext->exchange_lock); in st95hf_in_send_cmd()
1224 result = down_killable(&stcontext->exchange_lock); in st95hf_remove()
/kernel/linux/linux-6.6/drivers/nfc/st95hf/
H A Dcore.c963 rc = down_killable(&stcontext->exchange_lock); in st95hf_in_send_cmd()
1220 result = down_killable(&stcontext->exchange_lock); in st95hf_remove()
/kernel/linux/linux-6.6/drivers/mux/
H A Dcore.c371 ret = down_killable(&mux->lock); in mux_control_select_delay()

Completed in 6 milliseconds