Lines Matching refs:hole_start
113 u64 hole_start = drm_mm_hole_node_start(hole_node); in drm_mm_insert_helper() local
115 u64 adj_start = hole_start; in drm_mm_insert_helper()
139 BUG_ON(adj_start < hole_start); in drm_mm_insert_helper()
142 if (adj_start == hole_start) { in drm_mm_insert_helper()
183 u64 hole_start; in drm_mm_reserve_node() local
189 drm_mm_for_each_hole(hole, mm, hole_start, hole_end) { in drm_mm_reserve_node()
190 if (hole_start > node->start || hole_end < end) in drm_mm_reserve_node()
199 if (node->start == hole_start) { in drm_mm_reserve_node()
258 u64 hole_start = drm_mm_hole_node_start(hole_node); in drm_mm_insert_helper_range() local
260 u64 adj_start = hole_start; in drm_mm_insert_helper_range()
289 if (adj_start == hole_start) { in drm_mm_insert_helper_range()
638 u64 hole_start, hole_end; in drm_mm_scan_add_block() local
656 adj_start = hole_start = drm_mm_hole_node_start(prev_node); in drm_mm_scan_add_block()
672 mm->scan_hit_start = hole_start; in drm_mm_scan_add_block()
780 u64 hole_start, hole_end, hole_size; in drm_mm_debug_hole() local
783 hole_start = drm_mm_hole_node_start(entry); in drm_mm_debug_hole()
785 hole_size = hole_end - hole_start; in drm_mm_debug_hole()
786 pr_debug("%s %#llx-%#llx: %llu: free\n", prefix, hole_start, in drm_mm_debug_hole()
822 u64 hole_start, hole_end, hole_size; in drm_mm_dump_hole() local
825 hole_start = drm_mm_hole_node_start(entry); in drm_mm_dump_hole()
827 hole_size = hole_end - hole_start; in drm_mm_dump_hole()
828 seq_printf(m, "%#llx-%#llx: %llu: free\n", hole_start, in drm_mm_dump_hole()