| /linux-6.15/drivers/firmware/efi/ |
| H A D | runtime-wrappers.c | 351 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() 530 if (down_interruptible(&efi_runtime_lock)) in virt_efi_update_capsule() [all …]
|
| H A D | vars.c | 68 if (down_interruptible(&efivars_lock)) in efivars_register() 108 if (down_interruptible(&efivars_lock)) in efivars_unregister() 144 if (down_interruptible(&efivars_lock)) in efivar_lock()
|
| /linux-6.15/drivers/platform/x86/intel/ifs/ |
| H A D | sysfs.c | 74 if (down_interruptible(&ifs_sem)) in run_test_store() 98 if (down_interruptible(&ifs_sem)) in current_batch_store()
|
| /linux-6.15/drivers/input/misc/ |
| H A D | hp_sdc_rtc.c | 93 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.15/kernel/locking/ |
| H A D | semaphore.c | 78 int __sched down_interruptible(struct semaphore *sem) in down_interruptible() function 93 EXPORT_SYMBOL(down_interruptible);
|
| /linux-6.15/include/linux/ |
| H A D | semaphore.h | 45 extern int __must_check down_interruptible(struct semaphore *sem);
|
| /linux-6.15/arch/x86/platform/uv/ |
| H A D | bios_uv.c | 45 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.15/arch/powerpc/platforms/powernv/ |
| H A D | opal-async.c | 71 if (down_interruptible(&opal_async_sem)) in opal_async_get_token_interruptible()
|
| /linux-6.15/arch/x86/kernel/cpu/ |
| H A D | bus_lock.c | 262 if (down_interruptible(&buslock_sem) == -EINTR) in split_lock_warn()
|
| /linux-6.15/net/9p/ |
| H A D | trans_rdma.c | 463 if (down_interruptible(&rdma->rq_sem)) { in rdma_request() 506 if (down_interruptible(&rdma->sq_sem)) { in rdma_request()
|
| /linux-6.15/drivers/usb/misc/ |
| H A D | usblcd.c | 231 r = down_interruptible(&dev->limit_sem); in lcd_write()
|
| /linux-6.15/drivers/md/dm-vdo/indexer/ |
| H A D | sparse-cache.c | 184 while (down_interruptible(semaphore) != 0) { in __down()
|
| /linux-6.15/drivers/parport/ |
| H A D | ieee1284.c | 75 ret = down_interruptible (&port->physport->ieee1284.irq); in parport_wait_event()
|
| /linux-6.15/drivers/media/dvb-core/ |
| H A D | dvb_frontend.c | 689 if (!down_interruptible(&fepriv->sem)) in dvb_frontend_thread() 695 if (down_interruptible(&fepriv->sem)) in dvb_frontend_thread() 873 if (down_interruptible(&fepriv->sem)) in dvb_frontend_start() 2071 if (down_interruptible(&fepriv->sem)) in dvb_frontend_do_ioctl() 2245 if (down_interruptible(&fepriv->sem)) in dvb_frontend_compat_ioctl()
|
| /linux-6.15/drivers/char/ipmi/ |
| H A D | ipmi_ipmb.c | 286 ret = down_interruptible(&iidev->wake_thread); in ipmi_ipmb_thread()
|
| /linux-6.15/drivers/usb/ |
| H A D | usb-skeleton.c | 379 if (down_interruptible(&dev->limit_sem)) { in skel_write()
|
| /linux-6.15/drivers/hid/bpf/ |
| H A D | hid_bpf_dispatch.c | 555 ret = down_interruptible(&ctx->hid->driver_input_lock); in hid_bpf_input_report()
|
| /linux-6.15/drivers/cpufreq/ |
| H A D | brcmstb-avs-cpufreq.c | 234 ret = down_interruptible(&priv->sem); in __issue_avs_command()
|
| /linux-6.15/drivers/scsi/esas2r/ |
| H A D | esas2r_flash.c | 1194 if (down_interruptible(&a->nvram_semaphore)) in esas2r_nvram_read_direct() 1269 if (down_interruptible(&a->nvram_semaphore)) in esas2r_nvram_write()
|
| /linux-6.15/net/rxrpc/ |
| H A D | call_object.c | 271 return down_interruptible(limiter) < 0 ? NULL : limiter; in rxrpc_get_call_slot()
|
| /linux-6.15/drivers/staging/gpib/agilent_82357a/ |
| H A D | agilent_82357a.c | 92 if (down_interruptible(&context->complete)) { in agilent_82357a_send_bulk_msg() 160 if (down_interruptible(&context->complete)) { in agilent_82357a_receive_bulk_msg()
|
| /linux-6.15/drivers/net/wireless/ath/ath6kl/ |
| H A D | debug.c | 105 if (down_interruptible(&ar->sem)) in ath6kl_read_tgt_stats() 1172 if (down_interruptible(&ar->sem)) in ath6kl_roam_table_read()
|
| H A D | cfg80211.c | 482 if (down_interruptible(&ar->sem)) { in ath6kl_cfg80211_connect() 840 if (down_interruptible(&ar->sem)) { in ath6kl_cfg80211_disconnect() 1789 if (down_interruptible(&ar->sem)) in ath6kl_get_station()
|
| /linux-6.15/drivers/hid/ |
| H A D | hid-debug.c | 3663 if (down_interruptible(&hdev->driver_input_lock)) in hid_debug_rdesc_show()
|
| /linux-6.15/drivers/accel/amdxdna/ |
| H A D | aie2_ctx.c | 817 ret = down_interruptible(&hwctx->priv->job_sem); in aie2_cmd_submit()
|