Lines Matching defs:stop
133 unsigned long stop;
145 stop = jiffies + chip->timeout_a;
152 } while (time_before(jiffies, stop));
180 unsigned long stop;
184 stop = jiffies + chip->timeout_d;
201 } while (time_before(jiffies, stop));
243 unsigned long stop;
255 stop = jiffies + timeout;
266 timeout = stop - jiffies;
291 } while (time_before(jiffies, stop));