Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/drm2/
H A Ddrm_mm.c133 adj_start += alignment - tmp; in drm_mm_insert_helper()
136 if (adj_start == hole_start) { in drm_mm_insert_helper()
141 node->start = adj_start; in drm_mm_insert_helper()
219 if (adj_start < start) in drm_mm_insert_helper_range()
220 adj_start = start; in drm_mm_insert_helper_range()
233 if (adj_start == hole_start) { in drm_mm_insert_helper_range()
238 node->start = adj_start; in drm_mm_insert_helper_range()
401 if (adj_end <= adj_start) in drm_mm_search_free_generic()
449 if (adj_end <= adj_start) in drm_mm_search_free_in_range_generic()
574 adj_start = mm->scan_start; in drm_mm_scan_add_block()
[all …]