Home
last modified time | relevance | path

Searched refs:down_timeout (Results 1 – 19 of 19) sorted by relevance

/openbmc/linux/kernel/locking/
H A Dsemaphore.c159 int __sched down_timeout(struct semaphore *sem, long timeout) in down_timeout() function
174 EXPORT_SYMBOL(down_timeout);
/openbmc/linux/include/linux/
H A Dsemaphore.h48 extern int __must_check down_timeout(struct semaphore *sem, long jiffies);
/openbmc/linux/tools/power/pm-graph/config/
H A Dcgskip.txt17 down_timeout
/openbmc/linux/kernel/module/
H A Dkmod.c159 ret = down_timeout(&kmod_concurrent_max, MAX_KMOD_ALL_BUSY_TIMEOUT * HZ); in __request_module()
/openbmc/linux/arch/arm/mach-versatile/
H A Dspc.c332 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()
/openbmc/linux/drivers/platform/x86/amd/
H A Dhsmp.c211 ret = down_timeout(&hsmp_sem[msg->sock_ind], in hsmp_send_message()
/openbmc/linux/drivers/char/ipmi/
H A Dipmi_ipmb.c338 ret = down_timeout(&iidev->got_rsp, in ipmi_ipmb_thread()
/openbmc/linux/drivers/infiniband/core/
H A Diwpm_util.c372 ret = down_timeout(&nlmsg_request->sem, IWPM_NL_TIMEOUT); in iwpm_wait_complete_req()
/openbmc/linux/drivers/firmware/tegra/
H A Dbpmp.c263 err = down_timeout(&bpmp->threaded.lock, usecs_to_jiffies(timeout)); in tegra_bpmp_write_threaded()
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_stats.c1386 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()
H A Dbnx2x_main.c14147 if (!down_timeout(&bp->stats_lock, HZ / 10)) { in bnx2x_eeh_nic_unload()
/openbmc/linux/drivers/acpi/
H A Dosl.c1268 ret = down_timeout(sem, jiffies); in acpi_os_wait_semaphore()
/openbmc/linux/sound/soc/codecs/
H A Dnau8824.c211 ret = down_timeout(&nau8824->jd_sem, timeout); in nau8824_sema_acquire()
H A Dnau8825.c246 ret = down_timeout(&nau8825->xtalk_sem, timeout); in nau8825_sema_acquire()
/openbmc/linux/drivers/video/fbdev/
H A Dsmscufx.c1940 ret = down_timeout(&dev->urbs.limit_sem, GET_URB_TIMEOUT); in ufx_get_urb()
H A Dudlfb.c1946 ret = down_timeout(&dlfb->urbs.limit_sem, GET_URB_TIMEOUT); in dlfb_get_urb()
/openbmc/linux/drivers/usb/class/
H A Dusbtmc.c1159 retval = down_timeout(&file_data->limit_write_sem, in usbtmc_generic_write()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dcmd.c981 if (down_timeout(&cmd->vars.sem, timeout)) { in cmd_work_handler()
/openbmc/linux/drivers/firmware/
H A Dti_sci.c315 ret = down_timeout(&minfo->sem_xfer_count, timeout); in ti_sci_get_one_xfer()