Lines Matching refs:holes
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)
49 list_inithead(&heap->holes);
72 if (&hole->link == heap->holes.next) {
82 * holes during a util_vma_heap_free.
124 * holes, one high and one low.
260 /* Find immediately higher and lower holes if they exist. */
281 /* Merge the two holes */
303 list_add(&hole->link, &heap->holes);