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

/freebsd-12-stable/sys/dev/drm2/
H A Ddrm_mm.c125 unsigned long adj_end = hole_end; local
130 mm->color_adjust(hole_node, color, &adj_start, &adj_end);
152 BUG_ON(node->start + node->size > adj_end);
217 unsigned long adj_end = hole_end; local
223 if (adj_end > end)
224 adj_end = end;
227 mm->color_adjust(hole_node, color, &adj_start, &adj_end);
249 BUG_ON(node->start + node->size > adj_end);
399 unsigned long adj_end = drm_mm_hole_node_end(entry); local
402 mm->color_adjust(entry, color, &adj_start, &adj_end);
444 unsigned long adj_end = drm_mm_hole_node_end(entry) > end ? local
554 unsigned long adj_start, adj_end; local
[all...]

Completed in 51 milliseconds