Lines Matching defs:hole_start
336 u64 hole_start;
342 hole_start = __drm_mm_hole_node_start(node);
344 if (addr < hole_start)
346 else if (addr > hole_start + node->hole_size)
453 u64 hole_start, hole_end;
466 adj_start = hole_start = __drm_mm_hole_node_start(hole);
467 adj_end = hole_end = hole_start + hole->hole_size;
483 if (node->start > hole_start)
543 u64 hole_start = __drm_mm_hole_node_start(hole);
544 u64 hole_end = hole_start + hole->hole_size;
548 if (mode == DRM_MM_INSERT_LOW && hole_start >= range_end)
554 col_start = hole_start;
601 if (adj_start > hole_start)
785 u64 hole_start, hole_end;
804 hole_start = __drm_mm_hole_node_start(hole);
807 col_start = hole_start;
845 DRM_MM_BUG_ON(scan->hit_start < hole_start);
916 u64 hole_start, hole_end;
929 hole_start = __drm_mm_hole_node_start(hole);
930 hole_end = hole_start + hole->hole_size;
932 if (hole_start <= scan->hit_start &&
942 DRM_MM_BUG_ON(hole_start > scan->hit_start);
945 mm->color_adjust(hole, scan->color, &hole_start, &hole_end);
946 if (hole_start > scan->hit_start)