Lines Matching refs:timeout
21 unsigned long timeout;
39 timeout = jiffies + msecs_to_jiffies(TIMEOUT);
40 while (!time_after(jiffies, timeout)) {
56 (jiffies_to_msecs(timeout) - TIMEOUT),
100 /* request the firmware, this will block and timeout */
362 unsigned long timeout;
376 timeout = start_time + msecs_to_jiffies(TUN_TIMEOUT);
387 if (time_after(jiffies, timeout))
403 timeout = jiffies + msecs_to_jiffies(DIG_TIMEOUT);
405 timeout = jiffies + msecs_to_jiffies(ANALOG_TIMEOUT);
407 while (!time_after(jiffies, timeout)) {