Lines Matching refs:hole
55 struct drm_mm_node *hole; in assert_no_holes() local
60 drm_mm_for_each_hole(hole, mm, hole_start, hole_end) in assert_no_holes()
67 drm_mm_for_each_node(hole, mm) { in assert_no_holes()
68 if (drm_mm_hole_follows(hole)) { in assert_no_holes()
79 struct drm_mm_node *hole; in assert_one_hole() local
88 drm_mm_for_each_hole(hole, mm, hole_start, hole_end) { in assert_one_hole()
1153 struct drm_mm_node *hole; in show_holes() local
1155 drm_mm_for_each_hole(hole, mm, hole_start, hole_end) { in show_holes()
1156 struct drm_mm_node *next = list_next_entry(hole, node_list); in show_holes()
1159 if (hole->allocated) in show_holes()
1162 hole->start, hole->size, hole->color); in show_holes()