Symbol: down_timeout
arch/arm/mach-versatile/spc.c
332
if (down_timeout(&info->sem, usecs_to_jiffies(TIMEOUT_US)))
arch/arm/mach-versatile/spc.c
351
if (down_timeout(&info->sem, usecs_to_jiffies(TIMEOUT_US)))
drivers/acpi/osl.c
1294
ret = down_timeout(sem, jiffies);
drivers/char/ipmi/ipmi_ipmb.c
343
ret = down_timeout(&iidev->got_rsp,
drivers/firmware/tegra/bpmp.c
257
err = down_timeout(&bpmp->threaded.lock, usecs_to_jiffies(timeout));
drivers/firmware/ti_sci.c
321
ret = down_timeout(&minfo->sem_xfer_count, timeout);
drivers/infiniband/core/iwpm_util.c
372
ret = down_timeout(&nlmsg_request->sem, IWPM_NL_TIMEOUT);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
14145
if (!down_timeout(&bp->stats_lock, HZ / 10)) {
drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.c
1384
if (unlikely(down_timeout(&bp->stats_lock, HZ / 10))) {
drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.c
1980
rc = down_timeout(&bp->stats_lock, HZ / 10);
drivers/net/ethernet/mellanox/mlx5/core/cmd.c
997
if (down_timeout(&cmd->vars.sem, timeout)) {
drivers/usb/class/usbtmc.c
1174
retval = down_timeout(&file_data->limit_write_sem,
drivers/video/fbdev/smscufx.c
1905
ret = down_timeout(&dev->urbs.limit_sem, GET_URB_TIMEOUT);
drivers/video/fbdev/udlfb.c
1903
ret = down_timeout(&dlfb->urbs.limit_sem, GET_URB_TIMEOUT);
include/linux/semaphore.h
60
extern int __must_check down_timeout(struct semaphore *sem, long jiffies);
kernel/locking/semaphore.c
211
EXPORT_SYMBOL(down_timeout);
kernel/module/kmod.c
159
ret = down_timeout(&kmod_concurrent_max, MAX_KMOD_ALL_BUSY_TIMEOUT * HZ);
sound/soc/codecs/nau8824.c
211
ret = down_timeout(&nau8824->jd_sem, timeout);
sound/soc/codecs/nau8825.c
246
ret = down_timeout(&nau8825->xtalk_sem, timeout);