Searched refs:remove_next (Results 1 – 1 of 1) sorted by relevance
521 bool remove_next = false; in vma_expand() local524 remove_next = true; in vma_expand()537 VM_BUG_ON(next && !remove_next && next != vma && end > next->vm_start); in vma_expand()575 if (remove_next && file) { in vma_expand()589 if (remove_next) { in vma_expand()629 int remove_next = 0; in __vma_adjust() local652 remove_next = 3; in __vma_adjust()661 remove_next = 1 + (end > next->vm_end); in __vma_adjust()662 if (remove_next == 2) in __vma_adjust()665 VM_WARN_ON(remove_next == 2 && in __vma_adjust()[all …]