Lines Matching defs:timeout
51 u32 bits, u32 mask, int timeout)
60 } while (t < timeout);
75 /* return as if we have a HW timeout/failure */
99 int timeout)
108 } while (t < timeout);
147 /* return as if we have a HW timeout/failure */
163 u32 bits, u32 mask, int timeout)
172 } while (t < timeout);
499 unsigned long timeout = jiffies + IWL_TRANS_NMI_TIMEOUT;
509 while (time_after(timeout, jiffies)) {