Lines Matching defs:gap
1056 * - The caller must have positioned the vmi at or before the gap.
1068 /* vmi must point at or before the gap. */
2382 * failure method of leaving a gap where the MAP_FIXED mapping failed.
2386 /* Clean up the insertion of the unfortunate gap */
2970 unsigned long length, gap;
2989 * Adjust for the gap first so it doesn't interfere with the later
2991 * gap, the next step is the minimum to align that. It is the minimum
2994 gap = vma_iter_addr(&vmi) + info->start_gap;
2995 gap += (info->align_offset - gap) & info->align_mask;
2999 if (vm_start_gap(tmp) < gap + length - 1) {
3006 if (tmp && vm_end_gap(tmp) > gap) {
3013 return gap;
3028 unsigned long length, gap, gap_end;
3046 gap = vma_iter_end(&vmi) - info->length;
3047 gap -= (gap - info->align_offset) & info->align_mask;
3059 if (tmp && vm_end_gap(tmp) > gap) {
3066 return gap;