Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/locking/
Dsemaphore.c102 int down_killable(struct semaphore *sem) in down_killable() function
116 EXPORT_SYMBOL(down_killable);
/Linux-v4.19/include/linux/
Dsemaphore.h41 extern int __must_check down_killable(struct semaphore *sem);
/Linux-v4.19/drivers/mux/
Dcore.c338 ret = down_killable(&mux->lock); in mux_control_select()
/Linux-v4.19/drivers/nfc/st95hf/
Dcore.c981 rc = down_killable(&stcontext->exchange_lock); in st95hf_in_send_cmd()
1233 result = down_killable(&stcontext->exchange_lock); in st95hf_remove()