Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/locking/
Dsemaphore.c101 int down_killable(struct semaphore *sem) in down_killable() function
115 EXPORT_SYMBOL(down_killable);
/kernel/linux/linux-5.10/include/linux/
Dsemaphore.h40 extern int __must_check down_killable(struct semaphore *sem);
/kernel/linux/linux-5.10/drivers/mux/
Dcore.c338 ret = down_killable(&mux->lock); in mux_control_select()
/kernel/linux/linux-5.10/drivers/nfc/st95hf/
Dcore.c966 rc = down_killable(&stcontext->exchange_lock); in st95hf_in_send_cmd()
1224 result = down_killable(&stcontext->exchange_lock); in st95hf_remove()