Lines Matching defs:end
360 u64 start, u64 end, u64 size,
372 return find_hole_addr(mm, end, size);
458 u64 end;
460 end = node->start + node->size;
461 if (unlikely(end <= node->start))
475 if (adj_start > node->start || adj_end < end)
488 if (end < hole_end)
509 * @range_end: end of the allowed range for this node
729 * @end: end of the allowed range for the allocation
745 u64 end,
748 DRM_MM_BUG_ON(start >= end);
749 DRM_MM_BUG_ON(!size || size > end - start);
763 DRM_MM_BUG_ON(end <= start);
765 scan->range_end = end;
799 * (distance between the end of our previous node and the start of
962 * @size: end of the range managed by @mm