Searched refs:down_interruptible (Results 1 - 25 of 39) sorted by relevance

12

/linux-master/drivers/firmware/efi/
H A Druntime-wrappers.c351 if (down_interruptible(&efi_runtime_lock))
362 if (down_interruptible(&efi_runtime_lock))
375 if (down_interruptible(&efi_runtime_lock))
386 if (down_interruptible(&efi_runtime_lock))
401 if (down_interruptible(&efi_runtime_lock))
415 if (down_interruptible(&efi_runtime_lock))
430 if (down_interruptible(&efi_runtime_lock))
464 if (down_interruptible(&efi_runtime_lock))
495 if (down_interruptible(&efi_runtime_lock))
531 if (down_interruptible(
[all...]
H A Dvars.c68 if (down_interruptible(&efivars_lock))
108 if (down_interruptible(&efivars_lock))
144 if (down_interruptible(&efivars_lock))
/linux-master/include/linux/
H A Dsemaphore.h45 extern int __must_check down_interruptible(struct semaphore *sem);
/linux-master/drivers/platform/x86/intel/ifs/
H A Dsysfs.c74 if (down_interruptible(&ifs_sem))
98 if (down_interruptible(&ifs_sem))
/linux-master/drivers/input/misc/
H A Dhp_sdc_rtc.c93 if (WARN_ON(down_interruptible(&tsem)))
162 if (WARN_ON(down_interruptible(&i8042tregs)))
171 if (WARN_ON(down_interruptible(&i8042tregs)))
/linux-master/arch/x86/platform/uv/
H A Dbios_uv.c45 if (down_interruptible(&__efi_uv_runtime_lock))
60 if (down_interruptible(&__efi_uv_runtime_lock))
/linux-master/kernel/locking/
H A Dsemaphore.c20 * irqsave variants for down(), down_interruptible() and down_killable()
51 * Use of this function is deprecated, please use down_interruptible() or
69 * down_interruptible - acquire the semaphore unless interrupted
77 int __sched down_interruptible(struct semaphore *sem) function
92 EXPORT_SYMBOL(down_interruptible); variable
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-async.c71 if (down_interruptible(&opal_async_sem))
/linux-master/net/9p/
H A Dtrans_rdma.c463 if (down_interruptible(&rdma->rq_sem)) {
506 if (down_interruptible(&rdma->sq_sem)) {
/linux-master/drivers/usb/misc/
H A Dusblcd.c231 r = down_interruptible(&dev->limit_sem);
/linux-master/drivers/parport/
H A Dieee1284.c75 ret = down_interruptible (&port->physport->ieee1284.irq);
/linux-master/drivers/misc/cxl/
H A Dflash.c403 if (down_interruptible(&sem) != 0)
/linux-master/drivers/usb/
H A Dusb-skeleton.c379 if (down_interruptible(&dev->limit_sem)) {
/linux-master/drivers/char/ipmi/
H A Dipmi_ipmb.c286 ret = down_interruptible(&iidev->wake_thread);
/linux-master/drivers/md/dm-vdo/indexer/
H A Dsparse-cache.c181 * Do not use down(semaphore). Instead use down_interruptible so that
184 while (down_interruptible(semaphore) != 0) {
189 * SIGUSR2), then down_interruptible will not block. If that
/linux-master/drivers/media/dvb-core/
H A Ddvb_frontend.c689 if (!down_interruptible(&fepriv->sem))
695 if (down_interruptible(&fepriv->sem))
873 if (down_interruptible(&fepriv->sem))
2071 if (down_interruptible(&fepriv->sem))
2245 if (down_interruptible(&fepriv->sem))
/linux-master/drivers/cpufreq/
H A Dbrcmstb-avs-cpufreq.c234 ret = down_interruptible(&priv->sem);
/linux-master/drivers/scsi/esas2r/
H A Desas2r_flash.c1194 if (down_interruptible(&a->nvram_semaphore))
1269 if (down_interruptible(&a->nvram_semaphore))
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Ddebug.c105 if (down_interruptible(&ar->sem))
1172 if (down_interruptible(&ar->sem))
H A Dinit.c1893 if (down_interruptible(&ar->sem)) {
1894 ath6kl_err("down_interruptible failed\n");
/linux-master/arch/x86/kernel/cpu/
H A Dintel.c1158 if (down_interruptible(&buslock_sem) == -EINTR)
/linux-master/net/rxrpc/
H A Dcall_object.c277 return down_interruptible(limiter) < 0 ? NULL : limiter;
/linux-master/drivers/target/
H A Dtarget_core_sbc.c578 rc = down_interruptible(&dev->caw_sem);
/linux-master/drivers/usb/gadget/legacy/
H A Draw_gadget.c100 ret = down_interruptible(&queue->sema);
106 * the down_interruptible() call above), so this check is a fail-safe.
/linux-master/drivers/hid/
H A Dhid-debug.c1109 if (down_interruptible(&hdev->driver_input_lock))

Completed in 523 milliseconds

12