Searched refs:_hole (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/util/ |
D | vma.c | 36 #define util_vma_foreach_hole(_hole, _heap) \ argument 37 list_for_each_entry(struct util_vma_hole, _hole, &(_heap)->holes, link) 39 #define util_vma_foreach_hole_safe(_hole, _heap) \ argument 40 list_for_each_entry_safe(struct util_vma_hole, _hole, &(_heap)->holes, link) 42 #define util_vma_foreach_hole_safe_rev(_hole, _heap) \ argument 43 list_for_each_entry_safe_rev(struct util_vma_hole, _hole, &(_heap)->holes, link)
|