Searched refs:down_timeout (Results 1 – 19 of 19) sorted by relevance
| /Linux-v5.4/kernel/locking/ |
| D | semaphore.c | 155 int down_timeout(struct semaphore *sem, long timeout) in down_timeout() function 169 EXPORT_SYMBOL(down_timeout);
|
| /Linux-v5.4/include/linux/ |
| D | semaphore.h | 42 extern int __must_check down_timeout(struct semaphore *sem, long jiffies);
|
| /Linux-v5.4/tools/power/pm-graph/config/ |
| D | cgskip.txt | 17 down_timeout
|
| /Linux-v5.4/arch/arm/mach-vexpress/ |
| D | spc.c | 340 if (down_timeout(&info->sem, usecs_to_jiffies(TIMEOUT_US))) in ve_spc_set_performance() 359 if (down_timeout(&info->sem, usecs_to_jiffies(TIMEOUT_US))) in ve_spc_read_sys_cfg()
|
| /Linux-v5.4/drivers/gpu/drm/udl/ |
| D | udl_main.c | 272 ret = down_timeout(&udl->urbs.limit_sem, GET_URB_TIMEOUT); in udl_get_urb()
|
| /Linux-v5.4/drivers/lightnvm/ |
| D | pblk-gc.c | 259 while (down_timeout(&gc->gc_sem, msecs_to_jiffies(30000))) in pblk_gc_line_prepare_ws()
|
| D | pblk-core.c | 1891 ret = down_timeout(&rlun->wr_sem, msecs_to_jiffies(30000)); in __pblk_down_chunk()
|
| /Linux-v5.4/drivers/infiniband/core/ |
| D | iwpm_util.c | 406 ret = down_timeout(&nlmsg_request->sem, IWPM_NL_TIMEOUT); in iwpm_wait_complete_req()
|
| /Linux-v5.4/drivers/firmware/tegra/ |
| D | bpmp.c | 263 err = down_timeout(&bpmp->threaded.lock, usecs_to_jiffies(timeout)); in tegra_bpmp_write_threaded()
|
| /Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/ |
| D | bnx2x_stats.c | 1383 if (unlikely(down_timeout(&bp->stats_lock, HZ / 10))) { in bnx2x_stats_handle() 1979 rc = down_timeout(&bp->stats_lock, HZ / 10); in bnx2x_stats_safe_exec()
|
| D | bnx2x_main.c | 14272 if (!down_timeout(&bp->stats_lock, HZ / 10)) { in bnx2x_eeh_nic_unload()
|
| /Linux-v5.4/drivers/acpi/ |
| D | osl.c | 1256 ret = down_timeout(sem, jiffies); in acpi_os_wait_semaphore()
|
| /Linux-v5.4/sound/soc/codecs/ |
| D | nau8824.c | 203 ret = down_timeout(&nau8824->jd_sem, timeout); in nau8824_sema_acquire()
|
| D | nau8825.c | 261 ret = down_timeout(&nau8825->xtalk_sem, timeout); in nau8825_sema_acquire()
|
| /Linux-v5.4/drivers/video/fbdev/ |
| D | smscufx.c | 1908 ret = down_timeout(&dev->urbs.limit_sem, GET_URB_TIMEOUT); in ufx_get_urb()
|
| D | udlfb.c | 1940 ret = down_timeout(&dlfb->urbs.limit_sem, GET_URB_TIMEOUT); in dlfb_get_urb()
|
| /Linux-v5.4/drivers/usb/class/ |
| D | usbtmc.c | 1129 retval = down_timeout(&file_data->limit_write_sem, in usbtmc_generic_write()
|
| /Linux-v5.4/drivers/firmware/ |
| D | ti_sci.c | 346 ret = down_timeout(&minfo->sem_xfer_count, timeout); in ti_sci_get_one_xfer()
|
| /Linux-v5.4/drivers/scsi/smartpqi/ |
| D | smartpqi_init.c | 4098 if (down_timeout(&ctrl_info->sync_request_sem, in pqi_submit_raid_request_synchronous()
|