Lines Matching defs:end
118 * of the schedule will repeat after its end.
225 /* Must fit within same period as start; end at begin of next */
238 int end;
241 end = (start / bits_per_period + 1) * bits_per_period;
244 start = bitmap_find_next_zero_area(map, end, start, num_bits,
248 * We should get start >= end if we fail. We might be
252 if (start >= end) {
253 start = end;
260 int ith_end = end + interval_bits * i;
277 start = end;
853 * First is start split, middle/end is data.
861 * First is data, middle/end is complete.
1427 * then we can end up with an interrupt storm (if the other side keeps NAKing
1780 * Periodic splits are single low/full speed transfers that we end up splitting