Home
last modified time | relevance | path

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

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