Searched refs:hole_start (Results 1 – 3 of 3) sorted by relevance
120 unsigned long hole_start = drm_mm_hole_node_start(hole_node); in drm_mm_insert_helper() local122 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() local214 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() local569 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 …]
86 check_content_dealloc(int fd, off_t hole_start, off_t hole_len, off_t file_sz) in check_content_dealloc() argument106 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()
210 check_content_dealloc(int fd, off_t hole_start, off_t hole_len, off_t shm_sz) in check_content_dealloc() argument227 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()