Lines Matching defs:end
357 u64 start, u64 end, u64 size,
369 return find_hole_addr(mm, end, size);
455 u64 end;
457 end = node->start + node->size;
458 if (unlikely(end <= node->start))
472 if (adj_start > node->start || adj_end < end)
485 if (end < hole_end)
506 * @range_end: end of the allowed range for this node
726 * @end: end of the allowed range for the allocation
742 u64 end,
745 DRM_MM_BUG_ON(start >= end);
746 DRM_MM_BUG_ON(!size || size > end - start);
760 DRM_MM_BUG_ON(end <= start);
762 scan->range_end = end;
796 * (distance between the end of our previous node and the start of
959 * @size: end of the range managed by @mm