down_timeout
if (down_timeout(&info->sem, usecs_to_jiffies(TIMEOUT_US)))
if (down_timeout(&info->sem, usecs_to_jiffies(TIMEOUT_US)))
ret = down_timeout(sem, jiffies);
ret = down_timeout(&iidev->got_rsp,
err = down_timeout(&bpmp->threaded.lock, usecs_to_jiffies(timeout));
ret = down_timeout(&minfo->sem_xfer_count, timeout);
ret = down_timeout(&nlmsg_request->sem, IWPM_NL_TIMEOUT);
if (!down_timeout(&bp->stats_lock, HZ / 10)) {
if (unlikely(down_timeout(&bp->stats_lock, HZ / 10))) {
rc = down_timeout(&bp->stats_lock, HZ / 10);
if (down_timeout(&cmd->vars.sem, timeout)) {
retval = down_timeout(&file_data->limit_write_sem,
ret = down_timeout(&dev->urbs.limit_sem, GET_URB_TIMEOUT);
ret = down_timeout(&dlfb->urbs.limit_sem, GET_URB_TIMEOUT);
extern int __must_check down_timeout(struct semaphore *sem, long jiffies);
EXPORT_SYMBOL(down_timeout);
ret = down_timeout(&kmod_concurrent_max, MAX_KMOD_ALL_BUSY_TIMEOUT * HZ);
ret = down_timeout(&nau8824->jd_sem, timeout);
ret = down_timeout(&nau8825->xtalk_sem, timeout);