Lines Matching refs:hole_start
111 unsigned long hole_start = drm_mm_hole_node_start(hole_node);
113 unsigned long adj_start = hole_start;
127 if (adj_start == hole_start) {
157 unsigned long hole_start;
160 drm_mm_for_each_hole(hole, mm, hole_start, hole_end) {
161 if (hole_start > start || hole_end < end)
176 if (start == hole_start) {
244 unsigned long hole_start = drm_mm_hole_node_start(hole_node);
246 unsigned long adj_start = hole_start;
265 if (adj_start == hole_start) {
573 unsigned long hole_start, hole_end;
591 adj_start = hole_start = drm_mm_hole_node_start(prev_node);
607 mm->scan_hit_start = hole_start;
705 unsigned long hole_start, hole_end, hole_size;
708 hole_start = drm_mm_hole_node_start(entry);
710 hole_size = hole_end - hole_start;
712 prefix, hole_start, hole_end,