Home
last modified time | relevance | path

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

12

/linux-6.6.21/drivers/firmware/efi/
Druntime-wrappers.c351 if (down_interruptible(&efi_runtime_lock)) in virt_efi_get_time()
362 if (down_interruptible(&efi_runtime_lock)) in virt_efi_set_time()
375 if (down_interruptible(&efi_runtime_lock)) in virt_efi_get_wakeup_time()
386 if (down_interruptible(&efi_runtime_lock)) in virt_efi_set_wakeup_time()
401 if (down_interruptible(&efi_runtime_lock)) in virt_efi_get_variable()
415 if (down_interruptible(&efi_runtime_lock)) in virt_efi_get_next_variable()
430 if (down_interruptible(&efi_runtime_lock)) in virt_efi_set_variable()
464 if (down_interruptible(&efi_runtime_lock)) in virt_efi_query_variable_info()
495 if (down_interruptible(&efi_runtime_lock)) in virt_efi_get_next_high_mono_count()
531 if (down_interruptible(&efi_runtime_lock)) in virt_efi_update_capsule()
[all …]
Dvars.c67 if (down_interruptible(&efivars_lock)) in efivars_register()
100 if (down_interruptible(&efivars_lock)) in efivars_unregister()
136 if (down_interruptible(&efivars_lock)) in efivar_lock()
/linux-6.6.21/drivers/platform/x86/intel/ifs/
Dsysfs.c74 if (down_interruptible(&ifs_sem)) in run_test_store()
98 if (down_interruptible(&ifs_sem)) in current_batch_store()
/linux-6.6.21/drivers/input/misc/
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-6.6.21/kernel/locking/
Dsemaphore.c77 int __sched down_interruptible(struct semaphore *sem) in down_interruptible() function
92 EXPORT_SYMBOL(down_interruptible);
/linux-6.6.21/include/linux/
Dsemaphore.h45 extern int __must_check down_interruptible(struct semaphore *sem);
/linux-6.6.21/arch/x86/platform/uv/
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-6.6.21/arch/powerpc/platforms/powernv/
Dopal-async.c71 if (down_interruptible(&opal_async_sem)) in opal_async_get_token_interruptible()
/linux-6.6.21/net/9p/
Dtrans_rdma.c463 if (down_interruptible(&rdma->rq_sem)) { in rdma_request()
506 if (down_interruptible(&rdma->sq_sem)) { in rdma_request()
/linux-6.6.21/drivers/usb/misc/
Dusblcd.c231 r = down_interruptible(&dev->limit_sem); in lcd_write()
/linux-6.6.21/drivers/net/wireless/cisco/
Dairo.c1755 if (down_interruptible(&ai->sem)) in readBSSListRid()
2715 if (lock && down_interruptible(&ai->sem)) in reset_card()
3090 locked = down_interruptible(&ai->sem); in airo_thread()
3598 if (lock && down_interruptible(&ai->sem)) in enable_MAC()
3628 if (lock == 1 && down_interruptible(&ai->sem)) in disable_MAC()
3898 if (lock && down_interruptible(&ai->sem)) in setup_card()
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()
5508 if (down_interruptible(&ai->sem)) { in proc_BSSList_open()
[all …]
/linux-6.6.21/drivers/parport/
Dieee1284.c75 ret = down_interruptible (&port->physport->ieee1284.irq); in parport_wait_event()
/linux-6.6.21/drivers/media/dvb-core/
Ddvb_frontend.c691 if (!down_interruptible(&fepriv->sem)) in dvb_frontend_thread()
700 if (down_interruptible(&fepriv->sem)) in dvb_frontend_thread()
878 if (down_interruptible(&fepriv->sem)) in dvb_frontend_start()
2076 if (down_interruptible(&fepriv->sem)) in dvb_frontend_do_ioctl()
2248 if (down_interruptible(&fepriv->sem)) in dvb_frontend_compat_ioctl()
/linux-6.6.21/drivers/misc/cxl/
Dflash.c403 if (down_interruptible(&sem) != 0) in device_open()
/linux-6.6.21/drivers/char/ipmi/
Dipmi_ipmb.c286 ret = down_interruptible(&iidev->wake_thread); in ipmi_ipmb_thread()
/linux-6.6.21/drivers/usb/
Dusb-skeleton.c379 if (down_interruptible(&dev->limit_sem)) { in skel_write()
/linux-6.6.21/drivers/cpufreq/
Dbrcmstb-avs-cpufreq.c234 ret = down_interruptible(&priv->sem); in __issue_avs_command()
/linux-6.6.21/drivers/scsi/esas2r/
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-6.6.21/net/rxrpc/
Dcall_object.c282 return down_interruptible(limiter) < 0 ? NULL : limiter; in rxrpc_get_call_slot()
/linux-6.6.21/arch/x86/kernel/cpu/
Dintel.c1197 if (down_interruptible(&buslock_sem) == -EINTR) in split_lock_warn()
/linux-6.6.21/drivers/hid/
Dhid-debug.c1109 if (down_interruptible(&hdev->driver_input_lock)) in hid_debug_rdesc_show()
/linux-6.6.21/drivers/net/wireless/ath/ath6kl/
Ddebug.c105 if (down_interruptible(&ar->sem)) in ath6kl_read_tgt_stats()
1172 if (down_interruptible(&ar->sem)) in ath6kl_roam_table_read()
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()
Dinit.c1893 if (down_interruptible(&ar->sem)) { in ath6kl_stop_txrx()
/linux-6.6.21/drivers/target/
Dtarget_core_sbc.c578 rc = down_interruptible(&dev->caw_sem); in sbc_compare_and_write()

12