Lines Matching defs:hole_start
339 u64 hole_start;
345 hole_start = __drm_mm_hole_node_start(node);
347 if (addr < hole_start)
349 else if (addr > hole_start + node->hole_size)
456 u64 hole_start, hole_end;
469 adj_start = hole_start = __drm_mm_hole_node_start(hole);
470 adj_end = hole_end = hole_start + hole->hole_size;
486 if (node->start > hole_start)
546 u64 hole_start = __drm_mm_hole_node_start(hole);
547 u64 hole_end = hole_start + hole->hole_size;
551 if (mode == DRM_MM_INSERT_LOW && hole_start >= range_end)
557 col_start = hole_start;
604 if (adj_start > hole_start)
788 u64 hole_start, hole_end;
807 hole_start = __drm_mm_hole_node_start(hole);
810 col_start = hole_start;
848 DRM_MM_BUG_ON(scan->hit_start < hole_start);
919 u64 hole_start, hole_end;
932 hole_start = __drm_mm_hole_node_start(hole);
933 hole_end = hole_start + hole->hole_size;
935 if (hole_start <= scan->hit_start &&
945 DRM_MM_BUG_ON(hole_start > scan->hit_start);
948 mm->color_adjust(hole, scan->color, &hole_start, &hole_end);
949 if (hole_start > scan->hit_start)