Lines Matching defs:hole_start
447 u64 hole_start;
450 hole_start = __drm_mm_hole_node_start(node);
452 if (addr < hole_start)
454 else if (addr > hole_start + node->hole_size)
538 u64 hole_start, hole_end;
550 adj_start = hole_start = __drm_mm_hole_node_start(hole);
551 adj_end = hole_end = hole_start + hole->hole_size;
569 if (node->start > hole_start)
629 u64 hole_start = __drm_mm_hole_node_start(hole);
630 u64 hole_end = hole_start + hole->hole_size;
634 if (mode == DRM_MM_INSERT_LOW && hole_start >= range_end)
640 col_start = hole_start;
689 if (adj_start > hole_start)
879 u64 hole_start, hole_end;
898 hole_start = __drm_mm_hole_node_start(hole);
901 col_start = hole_start;
939 DRM_MM_BUG_ON(scan->hit_start < hole_start);
1010 u64 hole_start, hole_end;
1023 hole_start = __drm_mm_hole_node_start(hole);
1024 hole_end = hole_start + hole->hole_size;
1026 if (hole_start <= scan->hit_start &&
1036 DRM_MM_BUG_ON(hole_start > scan->hit_start);
1039 mm->color_adjust(hole, scan->color, &hole_start, &hole_end);
1040 if (hole_start > scan->hit_start)