Lines Matching defs:stop
121 unsigned long stop;
133 stop = jiffies + chip->timeout_a;
140 } while (time_before(jiffies, stop));
162 unsigned long stop;
166 stop = jiffies + chip->timeout_d;
183 } while (time_before(jiffies, stop));
209 unsigned long stop;
221 stop = jiffies + timeout;
232 timeout = stop - jiffies;
257 } while (time_before(jiffies, stop));