/kernel/linux/linux-5.10/kernel/locking/ |
H A D | semaphore.c | 146 * down_timeout - acquire the semaphore within a specified time 155 int down_timeout(struct semaphore *sem, long timeout) in down_timeout() function 169 EXPORT_SYMBOL(down_timeout); variable
|
/kernel/linux/linux-6.6/kernel/locking/ |
H A D | semaphore.c | 150 * down_timeout - acquire the semaphore within a specified time 159 int __sched down_timeout(struct semaphore *sem, long timeout) in down_timeout() function 174 EXPORT_SYMBOL(down_timeout); variable
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | semaphore.h | 42 extern int __must_check down_timeout(struct semaphore *sem, long jiffies);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | semaphore.h | 48 extern int __must_check down_timeout(struct semaphore *sem, long jiffies);
|
/kernel/linux/linux-6.6/kernel/module/ |
H A D | kmod.c | 159 ret = down_timeout(&kmod_concurrent_max, MAX_KMOD_ALL_BUSY_TIMEOUT * HZ); in __request_module()
|
/kernel/linux/linux-5.10/arch/arm/mach-vexpress/ |
H A 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()
|
/kernel/linux/linux-6.6/arch/arm/mach-versatile/ |
H A D | spc.c | 332 if (down_timeout(&info->sem, usecs_to_jiffies(TIMEOUT_US))) in ve_spc_set_performance() 351 if (down_timeout(&info->sem, usecs_to_jiffies(TIMEOUT_US))) in ve_spc_read_sys_cfg()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/udl/ |
H A D | udl_main.c | 271 ret = down_timeout(&udl->urbs.limit_sem, GET_URB_TIMEOUT); in udl_get_urb()
|
/kernel/linux/linux-6.6/drivers/platform/x86/amd/ |
H A D | hsmp.c | 211 ret = down_timeout(&hsmp_sem[msg->sock_ind], in hsmp_send_message()
|
/kernel/linux/linux-6.6/drivers/char/ipmi/ |
H A D | ipmi_ipmb.c | 338 ret = down_timeout(&iidev->got_rsp, in ipmi_ipmb_thread()
|
/kernel/linux/linux-5.10/drivers/lightnvm/ |
H A D | pblk-gc.c | 259 while (down_timeout(&gc->gc_sem, msecs_to_jiffies(30000))) in pblk_gc_line_prepare_ws()
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | iwpm_util.c | 406 ret = down_timeout(&nlmsg_request->sem, IWPM_NL_TIMEOUT); in iwpm_wait_complete_req()
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | iwpm_util.c | 372 ret = down_timeout(&nlmsg_request->sem, IWPM_NL_TIMEOUT); in iwpm_wait_complete_req()
|
/kernel/linux/linux-5.10/drivers/firmware/tegra/ |
H A D | bpmp.c | 264 err = down_timeout(&bpmp->threaded.lock, usecs_to_jiffies(timeout)); in tegra_bpmp_write_threaded()
|
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | osl.c | 1268 ret = down_timeout(sem, jiffies); in acpi_os_wait_semaphore()
|
/kernel/linux/linux-6.6/drivers/firmware/tegra/ |
H A D | bpmp.c | 263 err = down_timeout(&bpmp->threaded.lock, usecs_to_jiffies(timeout)); in tegra_bpmp_write_threaded()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_stats.c | 1386 if (unlikely(down_timeout(&bp->stats_lock, HZ / 10))) { in bnx2x_stats_handle() 1982 rc = down_timeout(&bp->stats_lock, HZ / 10); in bnx2x_stats_safe_exec()
|
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | osl.c | 1266 ret = down_timeout(sem, jiffies); in acpi_os_wait_semaphore()
|
/kernel/linux/linux-5.10/drivers/usb/class/ |
H A D | usbtmc.c | 1129 retval = down_timeout(&file_data->limit_write_sem, in usbtmc_generic_write()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | udlfb.c | 1953 ret = down_timeout(&dlfb->urbs.limit_sem, GET_URB_TIMEOUT); in dlfb_get_urb()
|
H A D | smscufx.c | 1939 ret = down_timeout(&dev->urbs.limit_sem, GET_URB_TIMEOUT); in ufx_get_urb()
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | nau8825.c | 261 ret = down_timeout(&nau8825->xtalk_sem, timeout); in nau8825_sema_acquire()
|
H A D | nau8824.c | 210 ret = down_timeout(&nau8824->jd_sem, timeout); in nau8824_sema_acquire()
|
/kernel/linux/linux-6.6/drivers/usb/class/ |
H A D | usbtmc.c | 1159 retval = down_timeout(&file_data->limit_write_sem, in usbtmc_generic_write()
|