down_killable     338 drivers/mux/core.c 	ret = down_killable(&mux->lock);
down_killable     966 drivers/nfc/st95hf/core.c 	rc = down_killable(&stcontext->exchange_lock);
down_killable    1224 drivers/nfc/st95hf/core.c 	result = down_killable(&stcontext->exchange_lock);
down_killable      40 include/linux/semaphore.h extern int __must_check down_killable(struct semaphore *sem);
down_killable     115 kernel/locking/semaphore.c EXPORT_SYMBOL(down_killable);