Lines Matching refs:hole_start
120 unsigned long hole_start = drm_mm_hole_node_start(hole_node); in drm_mm_insert_helper() local
122 unsigned long adj_start = hole_start; in drm_mm_insert_helper()
136 if (adj_start == hole_start) { in drm_mm_insert_helper()
212 unsigned long hole_start = drm_mm_hole_node_start(hole_node); in drm_mm_insert_helper_range() local
214 unsigned long adj_start = hole_start; in drm_mm_insert_helper_range()
233 if (adj_start == hole_start) { in drm_mm_insert_helper_range()
551 unsigned long hole_start, hole_end; in drm_mm_scan_add_block() local
569 adj_start = hole_start = drm_mm_hole_node_start(prev_node); in drm_mm_scan_add_block()
585 mm->scan_hit_start = hole_start; in drm_mm_scan_add_block()
688 unsigned long hole_start, hole_end, hole_size; in drm_mm_debug_table() local
690 hole_start = drm_mm_hole_node_start(&mm->head_node); in drm_mm_debug_table()
692 hole_size = hole_end - hole_start; in drm_mm_debug_table()
695 prefix, hole_start, hole_end, in drm_mm_debug_table()
706 hole_start = drm_mm_hole_node_start(entry); in drm_mm_debug_table()
708 hole_size = hole_end - hole_start; in drm_mm_debug_table()
710 prefix, hole_start, hole_end, in drm_mm_debug_table()