Searched refs:start_hole (Results 1 – 7 of 7) sorted by relevance
/linux/lib/ |
H A D | interval_tree.c | 55 iter->start_hole = first_index; in interval_tree_span_iter_first() 62 iter->start_hole = first_index; in interval_tree_span_iter_first() 103 iter->start_hole = iter->nodes[0]->last + 1; in interval_tree_span_iter_next() 111 iter->start_hole = iter->nodes[0]->last + 1; in interval_tree_span_iter_next() 138 if (iter->start_hole <= new_index && new_index <= iter->last_hole) { in interval_tree_span_iter_advance() 139 iter->start_hole = new_index; in interval_tree_span_iter_advance()
|
/linux/drivers/iommu/iommufd/ |
H A D | double_span.h | 20 unsigned long start_hole; member
|
H A D | pages.c | 127 iter->start_hole = iter->spans[0].start_hole; in interval_tree_double_span_iter_update() 1101 batch_unpin(&pfns->batch, pages, span.start_hole - start, in pfn_reader_unpin() 1102 span.last_hole - span.start_hole + 1); in pfn_reader_unpin() 1479 span.start_hole, span.last_hole, in __iopt_area_unfill_domain() 1748 iopt_pages_unpin_xarray(&batch, pages, span.start_hole, in iopt_pages_unfill_xarray() 1894 cur_pages = out_pages + (span.start_hole - start_index); in iopt_pages_fill_xarray() 1895 rc = iopt_pages_fill(pages, &user, span.start_hole, in iopt_pages_fill_xarray() 1899 rc = pages_to_xarray(&pages->pinned_pfns, span.start_hole, in iopt_pages_fill_xarray() 1902 iopt_pages_err_unpin(pages, span.start_hole, in iopt_pages_fill_xarray()
|
H A D | io_pagetable.c | 78 if (span->is_used || span->last_hole - span->start_hole < length - 1) in __alloc_iova_check_hole() 81 span->start_hole = ALIGN(span->start_hole, iova_alignment) | in __alloc_iova_check_hole() 83 if (span->start_hole > span->last_hole || in __alloc_iova_check_hole() 84 span->last_hole - span->start_hole < length - 1) in __alloc_iova_check_hole() 165 *iova = used_span.start_hole; in iopt_alloc_iova()
|
H A D | vfio_compat.c | 394 range.start = span.start_hole; in iommufd_fill_cap_iova()
|
H A D | ioas.c | 93 .start = span.start_hole, in iommufd_ioas_iova_ranges()
|
/linux/include/linux/ |
H A D | interval_tree.h | 57 unsigned long start_hole; member
|