Home
last modified time | relevance | path

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

/freebsd/sys/dev/drm2/
H A Ddrm_mm.c120 unsigned long hole_start = drm_mm_hole_node_start(hole_node); in drm_mm_insert_helper() local
122 unsigned long adj_start = hole_start; in drm_mm_insert_helper()
136 if (adj_start == hole_start) { in drm_mm_insert_helper()
212 unsigned long hole_start = drm_mm_hole_node_start(hole_node); in drm_mm_insert_helper_range() local
214 unsigned long adj_start = hole_start; in drm_mm_insert_helper_range()
233 if (adj_start == hole_start) { in drm_mm_insert_helper_range()
551 unsigned long hole_start, hole_end; in drm_mm_scan_add_block() local
569 adj_start = hole_start = drm_mm_hole_node_start(prev_node); in drm_mm_scan_add_block()
585 mm->scan_hit_start = hole_start; in drm_mm_scan_add_block()
688 unsigned long hole_start, hole_end, hole_size; in drm_mm_debug_table() local
[all …]
/freebsd/tests/sys/file/
H A Dfspacectl_test.c86 check_content_dealloc(int fd, off_t hole_start, off_t hole_len, off_t file_sz) in check_content_dealloc() argument
106 if ((uint64_t)hole_start + hole_len > (uint64_t)file_sz) in check_content_dealloc()
107 hole_len = file_sz - hole_start; in check_content_dealloc()
112 offset = hole_start; in check_content_dealloc()
134 resid = hole_start; in check_content_dealloc()
152 offset = hole_start + hole_len; in check_content_dealloc()
/freebsd/tests/sys/posixshm/
H A Dposixshm_test.c210 check_content_dealloc(int fd, off_t hole_start, off_t hole_len, off_t shm_sz) in check_content_dealloc() argument
227 if ((uint64_t)hole_start + hole_len > (uint64_t)shm_sz) in check_content_dealloc()
228 hole_len = shm_sz - hole_start; in check_content_dealloc()
233 offset = hole_start; in check_content_dealloc()
255 resid = hole_start; in check_content_dealloc()
273 offset = hole_start + hole_len; in check_content_dealloc()