Home
last modified time | relevance | path

Searched refs:adj_end (Results 1 – 1 of 1) sorted by relevance

/drivers/gpu/drm/
Ddrm_mm.c114 unsigned long adj_end = hole_end; in drm_mm_insert_helper() local
119 mm->color_adjust(hole_node, color, &adj_start, &adj_end); in drm_mm_insert_helper()
141 BUG_ON(node->start + node->size > adj_end); in drm_mm_insert_helper()
251 unsigned long adj_end = hole_end; in drm_mm_insert_helper_range() local
257 if (adj_end > end) in drm_mm_insert_helper_range()
258 adj_end = end; in drm_mm_insert_helper_range()
261 mm->color_adjust(hole_node, color, &adj_start, &adj_end); in drm_mm_insert_helper_range()
283 BUG_ON(node->start + node->size > adj_end); in drm_mm_insert_helper_range()
426 unsigned long adj_end; in drm_mm_search_free_generic() local
434 drm_mm_for_each_hole(entry, mm, adj_start, adj_end) { in drm_mm_search_free_generic()
[all …]