Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/selftests/
A Di915_gem_gtt.c237 u64 hole_start, u64 hole_end, in lowlevel_hole() argument
308 hole_end = hole_start; /* quit */ in lowlevel_hole()
396 u64 hole_start, u64 hole_end, in fill_hole() argument
423 { "top-down", hole_end, -1, }, in fill_hole()
687 u64 hole_start, u64 hole_end, in pot_hole() argument
725 hole_start, hole_end, in pot_hole()
825 hole_start, hole_end, in drunk_hole()
865 u64 hole_start, u64 hole_end, in __shrink_hole() argument
1139 &hole_start, &hole_end); in exercise_ggtt()
1140 if (hole_start >= hole_end) in exercise_ggtt()
[all …]
/linux/drivers/gpu/drm/
A Ddrm_mm.c453 u64 hole_start, hole_end; in drm_mm_reserve_node() local
485 if (end < hole_end) in drm_mm_reserve_node()
555 col_end = hole_end; in drm_mm_insert_node_in_range()
603 if (adj_start + size < hole_end) in drm_mm_insert_node_in_range()
785 u64 hole_start, hole_end; in drm_mm_scan_add_block() local
805 hole_end = __drm_mm_hole_node_end(hole); in drm_mm_scan_add_block()
808 col_end = hole_end; in drm_mm_scan_add_block()
846 DRM_MM_BUG_ON(scan->hit_end > hole_end); in drm_mm_scan_add_block()
916 u64 hole_start, hole_end; in drm_mm_scan_color_evict() local
933 hole_end >= scan->hit_end) in drm_mm_scan_color_evict()
[all …]
/linux/arch/sparc/kernel/
A Dadi_64.c163 unsigned long end_addr, hole_start, hole_end; in alloc_tag_store() local
168 hole_end = ULONG_MAX; in alloc_tag_store()
195 (tag_desc->start < hole_end)) in alloc_tag_store()
196 hole_end = tag_desc->start; in alloc_tag_store()
251 if (hole_end < end_addr) { in alloc_tag_store()
258 end_addr = hole_end - 1; in alloc_tag_store()
/linux/kernel/
A Dkexec_core.c441 unsigned long hole_start, hole_end, size; in kimage_alloc_crash_control_pages() local
447 hole_end = hole_start + size - 1; in kimage_alloc_crash_control_pages()
448 while (hole_end <= crashk_res.end) { in kimage_alloc_crash_control_pages()
453 if (hole_end > KEXEC_CRASH_CONTROL_MEMORY_LIMIT) in kimage_alloc_crash_control_pages()
461 if ((hole_end >= mstart) && (hole_start <= mend)) { in kimage_alloc_crash_control_pages()
464 hole_end = hole_start + size - 1; in kimage_alloc_crash_control_pages()
471 image->control_page = hole_end; in kimage_alloc_crash_control_pages()
/linux/include/drm/
A Ddrm_mm.h392 #define drm_mm_for_each_hole(pos, mm, hole_start, hole_end) \ argument
397 hole_end = hole_start + pos->hole_size, \
/linux/fs/btrfs/
A Dzoned.h49 u64 hole_end, u64 num_bytes);
137 u64 hole_start, u64 hole_end, in btrfs_find_allocatable_zones() argument
A Dzoned.c934 u64 hole_end, u64 num_bytes) in btrfs_find_allocatable_zones() argument
947 while (pos < hole_end) { in btrfs_find_allocatable_zones()
952 return hole_end; in btrfs_find_allocatable_zones()
A Dvolumes.c1503 u64 hole_end = *hole_start + *hole_size; in dev_extent_hole_check() local
1511 if (hole_end >= *hole_start) in dev_extent_hole_check()
1512 *hole_size = hole_end - *hole_start; in dev_extent_hole_check()
A Dinode.c7324 const u64 hole_end = extent_map_end(hole_em); in btrfs_get_extent_fiemap() local
7340 if (hole_end <= start || hole_em->start > end) { in btrfs_get_extent_fiemap()
7345 hole_len = hole_end - hole_start; in btrfs_get_extent_fiemap()
/linux/drivers/gpu/drm/selftests/
A Dtest-drm_mm.c57 u64 hole_start, __always_unused hole_end; in assert_no_holes() local
61 drm_mm_for_each_hole(hole, mm, hole_start, hole_end) in assert_no_holes()
81 u64 hole_start, hole_end; in assert_one_hole() local
89 drm_mm_for_each_hole(hole, mm, hole_start, hole_end) { in assert_one_hole()
90 if (start != hole_start || end != hole_end) { in assert_one_hole()
93 hole_start, hole_end, in assert_one_hole()
1269 u64 hole_start, hole_end; in show_holes() local
1272 drm_mm_for_each_hole(hole, mm, hole_start, hole_end) { in show_holes()
1288 hole_start, hole_end, hole_end - hole_start, in show_holes()
/linux/fs/hugetlbfs/
A Dinode.c593 loff_t hole_start, hole_end; in hugetlbfs_punch_hole() local
600 hole_end = round_down(offset + len, hpage_size); in hugetlbfs_punch_hole()
602 if (hole_end > hole_start) { in hugetlbfs_punch_hole()
618 hole_end >> PAGE_SHIFT); in hugetlbfs_punch_hole()
620 remove_inode_hugepages(inode, hole_start, hole_end); in hugetlbfs_punch_hole()
/linux/drivers/gpu/drm/i915/gt/
A Dintel_ggtt.c529 unsigned long hole_start, hole_end; in init_ggtt() local
592 drm_mm_for_each_hole(entry, &ggtt->vm.mm, hole_start, hole_end) { in init_ggtt()
595 hole_start, hole_end); in init_ggtt()
597 hole_end - hole_start); in init_ggtt()
/linux/fs/proc/
A Dtask_mmu.c1336 unsigned long hole_end; in pagemap_pte_hole() local
1339 hole_end = min(end, vma->vm_start); in pagemap_pte_hole()
1341 hole_end = end; in pagemap_pte_hole()
1343 for (; addr < hole_end; addr += PAGE_SIZE) { in pagemap_pte_hole()

Completed in 85 milliseconds