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),
184 /* request the firmware, this will block and timeout */
315 unsigned long timeout;
329 timeout = start_time + msecs_to_jiffies(TUN_TIMEOUT);
340 if (time_after(jiffies, timeout))
356 timeout = jiffies + msecs_to_jiffies(DIG_TIMEOUT);
358 timeout = jiffies + msecs_to_jiffies(ANALOG_TIMEOUT);
360 while (!time_after(jiffies, timeout)) {