Searched refs:down_timeout (Results 1 – 16 of 16) sorted by relevance
| /Linux-v5.15/kernel/locking/ |
| D | semaphore.c | 158 int down_timeout(struct semaphore *sem, long timeout) in down_timeout() function 173 EXPORT_SYMBOL(down_timeout);
|
| /Linux-v5.15/include/linux/ |
| D | semaphore.h | 42 extern int __must_check down_timeout(struct semaphore *sem, long jiffies);
|
| /Linux-v5.15/tools/power/pm-graph/config/ |
| D | cgskip.txt | 17 down_timeout
|
| /Linux-v5.15/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.15/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.15/drivers/infiniband/core/ |
| D | iwpm_util.c | 372 ret = down_timeout(&nlmsg_request->sem, IWPM_NL_TIMEOUT); in iwpm_wait_complete_req()
|
| /Linux-v5.15/drivers/firmware/tegra/ |
| D | bpmp.c | 264 err = down_timeout(&bpmp->threaded.lock, usecs_to_jiffies(timeout)); in tegra_bpmp_write_threaded()
|
| /Linux-v5.15/drivers/net/ethernet/broadcom/bnx2x/ |
| D | bnx2x_stats.c | 1385 if (unlikely(down_timeout(&bp->stats_lock, HZ / 10))) { in bnx2x_stats_handle() 1981 rc = down_timeout(&bp->stats_lock, HZ / 10); in bnx2x_stats_safe_exec()
|
| D | bnx2x_main.c | 14148 if (!down_timeout(&bp->stats_lock, HZ / 10)) { in bnx2x_eeh_nic_unload()
|
| /Linux-v5.15/drivers/acpi/ |
| D | osl.c | 1266 ret = down_timeout(sem, jiffies); in acpi_os_wait_semaphore()
|
| /Linux-v5.15/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.15/drivers/video/fbdev/ |
| D | udlfb.c | 1940 ret = down_timeout(&dlfb->urbs.limit_sem, GET_URB_TIMEOUT); in dlfb_get_urb()
|
| D | smscufx.c | 1907 ret = down_timeout(&dev->urbs.limit_sem, GET_URB_TIMEOUT); in ufx_get_urb()
|
| /Linux-v5.15/drivers/usb/class/ |
| D | usbtmc.c | 1159 retval = down_timeout(&file_data->limit_write_sem, in usbtmc_generic_write()
|
| /Linux-v5.15/drivers/firmware/ |
| D | ti_sci.c | 328 ret = down_timeout(&minfo->sem_xfer_count, timeout); in ti_sci_get_one_xfer()
|