Lines Matching defs:end
24 * To end the bloody studid and useless discussion about the
38 u64 end;
40 end = get_tod_clock() + (usecs << 12);
46 set_clock_comparator(end);
57 u64 clock_saved, end;
59 end = get_tod_clock_fast() + (usecs << 12);
62 if (tod_after(S390_lowcore.clock_comparator, end)) {
64 set_clock_comparator(end);
69 } while (get_tod_clock_fast() < end);
111 u64 end;
113 end = get_tod_clock_fast() + (usecs << 12);
114 while (get_tod_clock_fast() < end)
120 u64 end;
124 end = get_tod_clock_fast() + nsecs;
127 while (get_tod_clock_fast() < end)