Lines Matching refs:hole
56 struct drm_mm_node *hole; in assert_no_holes() local
61 drm_mm_for_each_hole(hole, mm, hole_start, hole_end) in assert_no_holes()
68 drm_mm_for_each_node(hole, mm) { in assert_no_holes()
69 if (drm_mm_hole_follows(hole)) { in assert_no_holes()
80 struct drm_mm_node *hole; in assert_one_hole() local
89 drm_mm_for_each_hole(hole, mm, hole_start, hole_end) { in assert_one_hole()
1270 struct drm_mm_node *hole; in show_holes() local
1272 drm_mm_for_each_hole(hole, mm, hole_start, hole_end) { in show_holes()
1273 struct drm_mm_node *next = list_next_entry(hole, node_list); in show_holes()
1276 if (drm_mm_node_allocated(hole)) in show_holes()
1279 hole->start, hole->size, hole->color); in show_holes()