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() local266 mm->color_adjust(hole_node, color, &adj_start, &adj_end); in drm_mm_insert_helper_range()269 adj_end = min(adj_end, end); in drm_mm_insert_helper_range()272 adj_start = adj_end - size; in drm_mm_insert_helper_range()303 BUG_ON(node->start + node->size > adj_end); in drm_mm_insert_helper_range()[all …]