Searched refs:util_vma_hole (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | vma.c | 29 struct util_vma_hole { struct 36 list_for_each_entry(struct util_vma_hole, _hole, &(_heap)->holes, link) 39 list_for_each_entry_safe(struct util_vma_hole, _hole, &(_heap)->holes, link) 145 struct util_vma_hole *high_hole = calloc(1, sizeof(*hole)); 188 struct util_vma_hole *high_hole = NULL, *low_hole = NULL; 221 struct util_vma_hole *hole = calloc(1, sizeof(*hole));
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | vma.c | 30 struct util_vma_hole { struct 37 list_for_each_entry(struct util_vma_hole, _hole, &(_heap)->holes, link) 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, 126 struct util_vma_hole *high_hole = calloc(1, sizeof(*hole)); 261 struct util_vma_hole *high_hole = NULL, *low_hole = NULL; 294 struct util_vma_hole *hole = calloc(1, sizeof(*hole));
|
Completed in 5 milliseconds