Home
last modified time | relevance | path

Searched refs:down_interruptible (Results 1 – 25 of 45) sorted by relevance

12

/linux/drivers/firmware/efi/
A Druntime-wrappers.c255 if (down_interruptible(&efi_runtime_lock)) in virt_efi_get_time()
266 if (down_interruptible(&efi_runtime_lock)) in virt_efi_set_time()
279 if (down_interruptible(&efi_runtime_lock)) in virt_efi_get_wakeup_time()
291 if (down_interruptible(&efi_runtime_lock)) in virt_efi_set_wakeup_time()
307 if (down_interruptible(&efi_runtime_lock)) in virt_efi_get_variable()
321 if (down_interruptible(&efi_runtime_lock)) in virt_efi_get_next_variable()
337 if (down_interruptible(&efi_runtime_lock)) in virt_efi_set_variable()
372 if (down_interruptible(&efi_runtime_lock)) in virt_efi_query_variable_info()
404 if (down_interruptible(&efi_runtime_lock)) in virt_efi_get_next_high_mono_count()
436 if (down_interruptible(&efi_runtime_lock)) in virt_efi_update_capsule()
[all …]
A Dvars.c435 if (down_interruptible(&efivars_lock)) { in efivar_init()
520 if (down_interruptible(&efivars_lock)) in efivar_entry_add()
537 if (down_interruptible(&efivars_lock)) in efivar_entry_remove()
609 if (down_interruptible(&efivars_lock)) in efivar_entry_delete()
659 if (down_interruptible(&efivars_lock)) in efivar_entry_set()
771 if (down_interruptible(&efivars_lock)) in efivar_entry_set_safe()
854 if (down_interruptible(&efivars_lock)) in efivar_entry_size()
911 if (down_interruptible(&efivars_lock)) in efivar_entry_get()
969 if (down_interruptible(&efivars_lock)) in efivar_entry_set_get_size()
1164 if (down_interruptible(&efivars_lock)) in efivars_register()
[all …]
/linux/drivers/input/misc/
A Dhp_sdc_rtc.c93 if (WARN_ON(down_interruptible(&tsem))) in hp_sdc_rtc_do_read_bbrtc()
162 if (WARN_ON(down_interruptible(&i8042tregs))) in hp_sdc_rtc_read_i8042timer()
171 if (WARN_ON(down_interruptible(&i8042tregs))) in hp_sdc_rtc_read_i8042timer()
/linux/kernel/locking/
A Dsemaphore.c76 int down_interruptible(struct semaphore *sem) in down_interruptible() function
91 EXPORT_SYMBOL(down_interruptible);
/linux/arch/x86/platform/uv/
A Dbios_uv.c45 if (down_interruptible(&__efi_uv_runtime_lock)) in uv_bios_call()
60 if (down_interruptible(&__efi_uv_runtime_lock)) in uv_bios_call_irqsave()
/linux/include/linux/
A Dsemaphore.h39 extern int __must_check down_interruptible(struct semaphore *sem);
/linux/arch/powerpc/platforms/powernv/
A Dopal-async.c71 if (down_interruptible(&opal_async_sem)) in opal_async_get_token_interruptible()
/linux/net/9p/
A Dtrans_rdma.c458 if (down_interruptible(&rdma->rq_sem)) { in rdma_request()
501 if (down_interruptible(&rdma->sq_sem)) { in rdma_request()
/linux/drivers/net/wireless/cisco/
A Dairo.c1755 if (down_interruptible(&ai->sem)) in readBSSListRid()
3090 locked = down_interruptible(&ai->sem); in airo_thread()
4165 if (down_interruptible(&ai->sem)) in PC4500_readrid()
4233 if (down_interruptible(&ai->sem)) in PC4500_writerid()
4308 if (down_interruptible(&ai->sem)) in transmit_allocate()
5497 if (down_interruptible(&ai->sem)) { in proc_BSSList_open()
5633 if (down_interruptible(&ai->sem)) in airo_pci_suspend()
5980 if (down_interruptible(&local->sem)) in airo_set_wap()
7262 if (down_interruptible(&ai->sem)) in airo_set_scan()
7488 if (down_interruptible(&ai->sem)) in airo_get_scan()
[all …]
/linux/drivers/usb/misc/
A Dusblcd.c231 r = down_interruptible(&dev->limit_sem); in lcd_write()
/linux/drivers/media/dvb-core/
A Ddvb_frontend.c683 if (!down_interruptible(&fepriv->sem)) in dvb_frontend_thread()
692 if (down_interruptible(&fepriv->sem)) in dvb_frontend_thread()
870 if (down_interruptible(&fepriv->sem)) in dvb_frontend_start()
2060 if (down_interruptible(&fepriv->sem)) in dvb_frontend_do_ioctl()
2232 if (down_interruptible(&fepriv->sem)) in dvb_frontend_compat_ioctl()
/linux/drivers/char/ipmi/
A Dipmi_ipmb.c285 ret = down_interruptible(&iidev->wake_thread); in ipmi_ipmb_thread()
/linux/drivers/parport/
A Dieee1284.c75 ret = down_interruptible (&port->physport->ieee1284.irq); in parport_wait_event()
/linux/drivers/misc/cxl/
A Dflash.c402 if (down_interruptible(&sem) != 0) in device_open()
/linux/drivers/usb/
A Dusb-skeleton.c379 if (down_interruptible(&dev->limit_sem)) { in skel_write()
/linux/fs/pstore/
A Dplatform.c403 if (down_interruptible(&psinfo->buf_lock)) { in pstore_dump()
/linux/drivers/scsi/esas2r/
A Desas2r_flash.c1194 if (down_interruptible(&a->nvram_semaphore)) in esas2r_nvram_read_direct()
1269 if (down_interruptible(&a->nvram_semaphore)) in esas2r_nvram_write()
/linux/drivers/cpufreq/
A Dbrcmstb-avs-cpufreq.c234 ret = down_interruptible(&priv->sem); in __issue_avs_command()
/linux/drivers/crypto/ux500/cryp/
A Dcryp_core.c427 ret = down_interruptible(&driver_data.device_allocation); in cryp_get_device_data()
1516 if (down_interruptible(&driver_data.device_allocation)) in ux500_cryp_suspend()
/linux/drivers/crypto/ux500/hash/
A Dhash_core.c375 ret = down_interruptible(&driver_data.device_allocation); in hash_get_device_data()
1872 if (down_interruptible(&driver_data.device_allocation)) in ux500_hash_suspend()
/linux/net/rxrpc/
A Dcall_object.c229 return down_interruptible(limiter) < 0 ? NULL : limiter; in rxrpc_get_call_slot()
/linux/drivers/net/wireless/ath/ath6kl/
A Ddebug.c105 if (down_interruptible(&ar->sem)) in ath6kl_read_tgt_stats()
1172 if (down_interruptible(&ar->sem)) in ath6kl_roam_table_read()
A Dcfg80211.c482 if (down_interruptible(&ar->sem)) { in ath6kl_cfg80211_connect()
840 if (down_interruptible(&ar->sem)) { in ath6kl_cfg80211_disconnect()
1788 if (down_interruptible(&ar->sem)) in ath6kl_get_station()
/linux/drivers/hid/
A Dhid-debug.c1066 if (down_interruptible(&hdev->driver_input_lock)) in hid_debug_rdesc_show()
/linux/drivers/target/
A Dtarget_core_sbc.c631 rc = down_interruptible(&dev->caw_sem); in sbc_compare_and_write()

Completed in 61 milliseconds

12