| /Linux-v5.4/drivers/firmware/efi/ | 
| D | runtime-wrappers.c | 255 	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()
 417 	if (down_interruptible(&efi_runtime_lock)) {  in virt_efi_reset_system()
 [all …]
 
 | 
| D | vars.c | 447 	if (down_interruptible(&efivars_lock)) {  in efivar_init()493 				if (down_interruptible(&efivars_lock)) {  in efivar_init()
 528 	if (down_interruptible(&efivars_lock))  in efivar_entry_add()
 545 	if (down_interruptible(&efivars_lock))  in efivar_entry_remove()
 617 	if (down_interruptible(&efivars_lock))  in efivar_entry_delete()
 667 	if (down_interruptible(&efivars_lock))  in efivar_entry_set()
 779 		if (down_interruptible(&efivars_lock))  in efivar_entry_set_safe()
 862 	if (down_interruptible(&efivars_lock))  in efivar_entry_size()
 919 	if (down_interruptible(&efivars_lock))  in efivar_entry_get()
 977 	if (down_interruptible(&efivars_lock))  in efivar_entry_set_get_size()
 [all …]
 
 | 
| /Linux-v5.4/kernel/locking/ | 
| D | semaphore.c | 75 int down_interruptible(struct semaphore *sem)  in down_interruptible()  function89 EXPORT_SYMBOL(down_interruptible);
 
 | 
| /Linux-v5.4/arch/x86/platform/uv/ | 
| D | bios_uv.c | 49 	if (down_interruptible(&__efi_uv_runtime_lock))  in uv_bios_call()65 	if (down_interruptible(&__efi_uv_runtime_lock))  in uv_bios_call_irqsave()
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | semaphore.h | 39 extern int __must_check down_interruptible(struct semaphore *sem);
 | 
| /Linux-v5.4/drivers/input/misc/ | 
| D | hp_sdc_rtc.c | 111 	if (WARN_ON(down_interruptible(&tsem)))  in hp_sdc_rtc_do_read_bbrtc()180 	if (WARN_ON(down_interruptible(&i8042tregs)))  in hp_sdc_rtc_read_i8042timer()
 189 	if (WARN_ON(down_interruptible(&i8042tregs)))  in hp_sdc_rtc_read_i8042timer()
 
 | 
| /Linux-v5.4/drivers/gpu/drm/vc4/ | 
| D | vc4_kms.c | 219 		ret = down_interruptible(&vc4->async_modeset);  in vc4_atomic_commit()250 	ret = down_interruptible(&vc4->async_modeset);  in vc4_atomic_commit()
 
 | 
| D | vc4_crtc.c | 928 	ret = down_interruptible(&vc4->async_modeset);  in vc4_async_page_flip()
 | 
| /Linux-v5.4/arch/powerpc/platforms/powernv/ | 
| D | opal-async.c | 71 	if (down_interruptible(&opal_async_sem))  in opal_async_get_token_interruptible()
 | 
| /Linux-v5.4/net/9p/ | 
| D | trans_rdma.c | 457 	if (down_interruptible(&rdma->rq_sem)) {  in rdma_request()500 	if (down_interruptible(&rdma->sq_sem)) {  in rdma_request()
 
 | 
| /Linux-v5.4/drivers/usb/misc/ | 
| D | usblcd.c | 232 	r = down_interruptible(&dev->limit_sem);  in lcd_write()
 | 
| /Linux-v5.4/drivers/net/wireless/cisco/ | 
| D | airo.c | 1751 		if (down_interruptible(&ai->sem))  in readBSSListRid()2694 	if (lock && down_interruptible(&ai->sem))  in reset_card()
 3064 			locked = down_interruptible(&ai->sem);  in airo_thread()
 3574 	if (lock && down_interruptible(&ai->sem))  in enable_MAC()
 3603 	if (lock == 1 && down_interruptible(&ai->sem))  in disable_MAC()
 3810 	if (lock && down_interruptible(&ai->sem))  in setup_card()
 4124 		if (down_interruptible(&ai->sem))  in PC4500_readrid()
 4192 		if (down_interruptible(&ai->sem))  in PC4500_writerid()
 4267 	if (down_interruptible(&ai->sem))  in transmit_allocate()
 5451 			if (down_interruptible(&ai->sem)) {  in proc_BSSList_open()
 [all …]
 
 | 
| /Linux-v5.4/drivers/parport/ | 
| D | ieee1284.c | 81 	ret = down_interruptible (&port->physport->ieee1284.irq);  in parport_wait_event()
 | 
| /Linux-v5.4/drivers/media/dvb-core/ | 
| D | dvb_frontend.c | 678 			if (!down_interruptible(&fepriv->sem))  in dvb_frontend_thread()687 		if (down_interruptible(&fepriv->sem))  in dvb_frontend_thread()
 865 	if (down_interruptible(&fepriv->sem))  in dvb_frontend_start()
 1996 	if (down_interruptible(&fepriv->sem))  in dvb_frontend_do_ioctl()
 2168 		if (down_interruptible(&fepriv->sem))  in dvb_frontend_compat_ioctl()
 
 | 
| /Linux-v5.4/drivers/staging/vc04_services/interface/vchiq_arm/ | 
| D | vchiq_2835_arm.c | 524 		if (down_interruptible(&g_free_fragments_sema)) {  in create_pagelist()
 | 
| /Linux-v5.4/drivers/misc/cxl/ | 
| D | flash.c | 402 	if (down_interruptible(&sem) != 0)  in device_open()
 | 
| /Linux-v5.4/drivers/usb/ | 
| D | usb-skeleton.c | 379 		if (down_interruptible(&dev->limit_sem)) {  in skel_write()
 | 
| /Linux-v5.4/fs/pstore/ | 
| D | platform.c | 405 		if (down_interruptible(&psinfo->buf_lock)) {  in pstore_dump()
 | 
| /Linux-v5.4/drivers/cpufreq/ | 
| D | brcmstb-avs-cpufreq.c | 207 	ret = down_interruptible(&priv->sem);  in __issue_avs_command()
 | 
| /Linux-v5.4/drivers/scsi/esas2r/ | 
| D | esas2r_flash.c | 1194 	if (down_interruptible(&a->nvram_semaphore))  in esas2r_nvram_read_direct()1268 	if (down_interruptible(&a->nvram_semaphore))  in esas2r_nvram_write()
 
 | 
| /Linux-v5.4/drivers/crypto/ux500/cryp/ | 
| D | cryp_core.c | 433 	ret = down_interruptible(&driver_data.device_allocation);  in cryp_get_device_data()1585 		if (down_interruptible(&driver_data.device_allocation))  in ux500_cryp_suspend()
 
 | 
| /Linux-v5.4/drivers/crypto/ux500/hash/ | 
| D | hash_core.c | 374 	ret = down_interruptible(&driver_data.device_allocation);  in hash_get_device_data()1870 		if (down_interruptible(&driver_data.device_allocation))  in ux500_hash_suspend()
 
 | 
| /Linux-v5.4/drivers/hid/ | 
| D | hid-debug.c | 1051 	if (down_interruptible(&hdev->driver_input_lock))  in hid_debug_rdesc_show()
 | 
| D | hid-core.c | 2176 	if (down_interruptible(&hdev->driver_input_lock)) {  in hid_device_probe()2236 	if (down_interruptible(&hdev->driver_input_lock)) {  in hid_device_remove()
 
 | 
| /Linux-v5.4/drivers/net/wireless/ath/ath6kl/ | 
| D | debug.c | 105 	if (down_interruptible(&ar->sem))  in ath6kl_read_tgt_stats()1169 	if (down_interruptible(&ar->sem))  in ath6kl_roam_table_read()
 
 |