Searched defs:hole_end (Results  1 – 6 of 6) sorted by relevance
| /linux-4.4.14/drivers/gpu/drm/ | 
| D | drm_mm.c | 114 	u64 hole_end = drm_mm_hole_node_end(hole_node);  in drm_mm_insert_helper()  local184 	u64 hole_end;  in drm_mm_reserve_node()  local
 259 	u64 hole_end = drm_mm_hole_node_end(hole_node);  in drm_mm_insert_helper_range()  local
 638 	u64 hole_start, hole_end;  in drm_mm_scan_add_block()  local
 780 	u64 hole_start, hole_end, hole_size;  in drm_mm_debug_hole()  local
 822 	u64 hole_start, hole_end, hole_size;  in drm_mm_dump_hole()  local
 
 | 
| /linux-4.4.14/include/drm/ | 
| D | drm_mm.h | 202 #define drm_mm_for_each_hole(entry, mm, hole_start, hole_end) \  argument210 #define __drm_mm_for_each_hole(entry, mm, hole_start, hole_end, backwards) \  argument
 
 | 
| /linux-4.4.14/kernel/ | 
| D | kexec_core.c | 414 	unsigned long hole_start, hole_end, size;  in kimage_alloc_crash_control_pages()  local
 | 
| /linux-4.4.14/fs/hugetlbfs/ | 
| D | inode.c | 515 	loff_t hole_start, hole_end;  in hugetlbfs_punch_hole()  local
 | 
| /linux-4.4.14/fs/proc/ | 
| D | task_mmu.c | 1041 		unsigned long hole_end;  in pagemap_pte_hole()  local
 | 
| /linux-4.4.14/drivers/gpu/drm/i915/ | 
| D | i915_gem_gtt.c | 2643 	unsigned long hole_start, hole_end;  in i915_gem_setup_global_gtt()  local
 |