down_timeout      340 arch/arm/mach-vexpress/spc.c 	if (down_timeout(&info->sem, usecs_to_jiffies(TIMEOUT_US)))
down_timeout      359 arch/arm/mach-vexpress/spc.c 	if (down_timeout(&info->sem, usecs_to_jiffies(TIMEOUT_US)))
down_timeout     1262 drivers/acpi/osl.c 	ret = down_timeout(sem, jiffies);
down_timeout      263 drivers/firmware/tegra/bpmp.c 	err = down_timeout(&bpmp->threaded.lock, usecs_to_jiffies(timeout));
down_timeout      346 drivers/firmware/ti_sci.c 	ret = down_timeout(&minfo->sem_xfer_count, timeout);
down_timeout      272 drivers/gpu/drm/udl/udl_main.c 	ret = down_timeout(&udl->urbs.limit_sem, GET_URB_TIMEOUT);
down_timeout      406 drivers/infiniband/core/iwpm_util.c 	ret = down_timeout(&nlmsg_request->sem, IWPM_NL_TIMEOUT);
down_timeout     1891 drivers/lightnvm/pblk-core.c 	ret = down_timeout(&rlun->wr_sem, msecs_to_jiffies(30000));
down_timeout      259 drivers/lightnvm/pblk-gc.c 	while (down_timeout(&gc->gc_sem, msecs_to_jiffies(30000)))
down_timeout     14280 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 	if (!down_timeout(&bp->stats_lock, HZ / 10)) {
down_timeout     1383 drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.c 		if (unlikely(down_timeout(&bp->stats_lock, HZ / 10))) {
down_timeout     1979 drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.c 	rc = down_timeout(&bp->stats_lock, HZ / 10);
down_timeout     4037 drivers/scsi/smartpqi/smartpqi_init.c 			if (down_timeout(&ctrl_info->sync_request_sem,
down_timeout     1129 drivers/usb/class/usbtmc.c 			retval = down_timeout(&file_data->limit_write_sem,
down_timeout     1908 drivers/video/fbdev/smscufx.c 	ret = down_timeout(&dev->urbs.limit_sem, GET_URB_TIMEOUT);
down_timeout     1940 drivers/video/fbdev/udlfb.c 	ret = down_timeout(&dlfb->urbs.limit_sem, GET_URB_TIMEOUT);
down_timeout       42 include/linux/semaphore.h extern int __must_check down_timeout(struct semaphore *sem, long jiffies);
down_timeout      169 kernel/locking/semaphore.c EXPORT_SYMBOL(down_timeout);
down_timeout      203 sound/soc/codecs/nau8824.c 		ret = down_timeout(&nau8824->jd_sem, timeout);
down_timeout      261 sound/soc/codecs/nau8825.c 		ret = down_timeout(&nau8825->xtalk_sem, timeout);