Searched refs:adj_end (Results 1 – 1 of 1) sorted by relevance
116 u64 adj_end = hole_end; in drm_mm_insert_helper() local121 mm->color_adjust(hole_node, color, &adj_start, &adj_end); in drm_mm_insert_helper()124 adj_start = adj_end - size; in drm_mm_insert_helper()140 BUG_ON(adj_end > hole_end); in drm_mm_insert_helper()156 BUG_ON(node->start + node->size > adj_end); in drm_mm_insert_helper()261 u64 adj_end = hole_end; in drm_mm_insert_helper_range() local267 if (adj_end > end) in drm_mm_insert_helper_range()268 adj_end = end; in drm_mm_insert_helper_range()271 mm->color_adjust(hole_node, color, &adj_start, &adj_end); in drm_mm_insert_helper_range()274 adj_start = adj_end - size; in drm_mm_insert_helper_range()[all …]