Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Dvma.c30 struct util_vma_hole { struct
37 list_for_each_entry(struct util_vma_hole, _hole, &(_heap)->holes, link) argument
40 list_for_each_entry_safe(struct util_vma_hole, _hole, &(_heap)->holes, link)
43 list_for_each_entry_safe_rev(struct util_vma_hole, _hole, &(_heap)->holes, link)
95 util_vma_hole_alloc(struct util_vma_hole *hole, in util_vma_hole_alloc()
126 struct util_vma_hole *high_hole = calloc(1, sizeof(*hole)); in util_vma_hole_alloc()
261 struct util_vma_hole *high_hole = NULL, *low_hole = NULL; in util_vma_heap_free()
294 struct util_vma_hole *hole = calloc(1, sizeof(*hole)); in util_vma_heap_free()