Searched refs:down_timeout (Results 1 – 18 of 18) sorted by relevance
/linux/kernel/locking/ |
H A D | semaphore.c | 159 int __sched down_timeout(struct semaphore *sem, long timeout) in down_timeout() function 174 EXPORT_SYMBOL(down_timeout);
|
/linux/include/linux/ |
H A D | semaphore.h | 48 extern int __must_check down_timeout(struct semaphore *sem, long jiffies);
|
/linux/tools/power/pm-graph/config/ |
H A D | cgskip.txt | 17 down_timeout
|
/linux/kernel/module/ |
H A D | kmod.c | 159 ret = down_timeout(&kmod_concurrent_max, MAX_KMOD_ALL_BUSY_TIMEOUT * HZ); in __request_module()
|
/linux/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()
|
/linux/drivers/char/ipmi/ |
H A D | ipmi_ipmb.c | 338 ret = down_timeout(&iidev->got_rsp, in ipmi_ipmb_thread()
|
/linux/drivers/infiniband/core/ |
H A D | iwpm_util.c | 372 ret = down_timeout(&nlmsg_request->sem, IWPM_NL_TIMEOUT); in iwpm_wait_complete_req()
|
/linux/drivers/firmware/tegra/ |
H A D | bpmp.c | 253 err = down_timeout(&bpmp->threaded.lock, usecs_to_jiffies(timeout)); in tegra_bpmp_write_threaded()
|
/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_stats.c | 1384 if (unlikely(down_timeout(&bp->stats_lock, HZ / 10))) { in bnx2x_stats_handle() 1980 rc = down_timeout(&bp->stats_lock, HZ / 10); in bnx2x_stats_safe_exec()
|
H A D | bnx2x_main.c | 14147 if (!down_timeout(&bp->stats_lock, HZ / 10)) { in bnx2x_eeh_nic_unload()
|
/linux/drivers/acpi/ |
H A D | osl.c | 1262 ret = down_timeout(sem, jiffies); in acpi_os_wait_semaphore()
|
/linux/sound/soc/codecs/ |
H A D | nau8824.c | 211 ret = down_timeout(&nau8824->jd_sem, timeout); in nau8824_sema_acquire()
|
H A D | nau8825.c | 246 ret = down_timeout(&nau8825->xtalk_sem, timeout); in nau8825_sema_acquire()
|
/linux/drivers/video/fbdev/ |
H A D | smscufx.c | 1901 ret = down_timeout(&dev->urbs.limit_sem, GET_URB_TIMEOUT); in ufx_get_urb()
|
H A D | udlfb.c | 1903 ret = down_timeout(&dlfb->urbs.limit_sem, GET_URB_TIMEOUT); in dlfb_get_urb()
|
/linux/drivers/usb/class/ |
H A D | usbtmc.c | 1159 retval = down_timeout(&file_data->limit_write_sem, in usbtmc_generic_write()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | cmd.c | 988 if (down_timeout(&cmd->vars.sem, timeout)) { in cmd_work_handler()
|
/linux/drivers/firmware/ |
H A D | ti_sci.c | 315 ret = down_timeout(&minfo->sem_xfer_count, timeout); in ti_sci_get_one_xfer()
|