Home
last modified time | relevance | path

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

/freebsd/sys/dev/drm2/
H A Ddrm_mm.c123 unsigned long adj_end = hole_end; in drm_mm_insert_helper() local
128 mm->color_adjust(hole_node, color, &adj_start, &adj_end); in drm_mm_insert_helper()
150 BUG_ON(node->start + node->size > adj_end); in drm_mm_insert_helper()
215 unsigned long adj_end = hole_end; in drm_mm_insert_helper_range() local
221 if (adj_end > end) in drm_mm_insert_helper_range()
222 adj_end = end; in drm_mm_insert_helper_range()
225 mm->color_adjust(hole_node, color, &adj_start, &adj_end); in drm_mm_insert_helper_range()
247 BUG_ON(node->start + node->size > adj_end); in drm_mm_insert_helper_range()
397 unsigned long adj_end = drm_mm_hole_node_end(entry); in drm_mm_search_free_generic() local
400 mm->color_adjust(entry, color, &adj_start, &adj_end); in drm_mm_search_free_generic()
[all …]