Lines Matching refs:hole_start
111 unsigned long hole_start = drm_mm_hole_node_start(hole_node); in drm_mm_insert_helper() local
113 unsigned long adj_start = hole_start; in drm_mm_insert_helper()
127 if (adj_start == hole_start) { in drm_mm_insert_helper()
157 unsigned long hole_start; in drm_mm_create_block() local
160 drm_mm_for_each_hole(hole, mm, hole_start, hole_end) { in drm_mm_create_block()
161 if (hole_start > start || hole_end < end) in drm_mm_create_block()
176 if (start == hole_start) { in drm_mm_create_block()
248 unsigned long hole_start = drm_mm_hole_node_start(hole_node); in drm_mm_insert_helper_range() local
250 unsigned long adj_start = hole_start; in drm_mm_insert_helper_range()
269 if (adj_start == hole_start) { in drm_mm_insert_helper_range()
586 unsigned long hole_start, hole_end; in drm_mm_scan_add_block() local
604 adj_start = hole_start = drm_mm_hole_node_start(prev_node); in drm_mm_scan_add_block()
620 mm->scan_hit_start = hole_start; in drm_mm_scan_add_block()
723 unsigned long hole_start, hole_end, hole_size; in drm_mm_debug_table() local
725 hole_start = drm_mm_hole_node_start(&mm->head_node); in drm_mm_debug_table()
727 hole_size = hole_end - hole_start; in drm_mm_debug_table()
730 prefix, hole_start, hole_end, in drm_mm_debug_table()
741 hole_start = drm_mm_hole_node_start(entry); in drm_mm_debug_table()
743 hole_size = hole_end - hole_start; in drm_mm_debug_table()
745 prefix, hole_start, hole_end, in drm_mm_debug_table()
760 unsigned long hole_start, hole_end, hole_size; in drm_mm_dump_hole() local
763 hole_start = drm_mm_hole_node_start(entry); in drm_mm_dump_hole()
765 hole_size = hole_end - hole_start; in drm_mm_dump_hole()
767 hole_start, hole_end, hole_size); in drm_mm_dump_hole()