Lines Matching defs:end
34 unsigned long end;
50 end = start + len;
51 if (end < start)
54 if (end == start)
57 * If the interval [start,end) covers some unmapped address ranges,
58 * just ignore them, but return -ENOMEM at the end.
66 /* Still start < end. */
73 if (start >= end)
86 fend = fstart + (min(end, vma->vm_end) - start) - 1;
94 if (error || start >= end)
99 if (start >= end) {