Lines Matching refs:remove_next
758 int remove_next = 0;
777 * remove_next == 3 means we're
781 remove_next = 3;
787 * case 1, 6, 7, remove_next == 2 is case 6,
788 * remove_next == 1 is case 1 or 7.
790 remove_next = 1 + (end > next->vm_end);
791 VM_WARN_ON(remove_next == 2 &&
804 if (remove_next == 2 && !next->anon_vma)
905 if (remove_next) {
910 if (remove_next != 3)
958 if (remove_next) {
973 if (remove_next != 3) {
994 if (remove_next == 2) {
995 remove_next = 1;
1003 * If remove_next == 2 we obviously can't
1006 * If remove_next == 3 we can't reach this
1011 * next->vm_end in remove_next == 3).
1013 * We reach this only in the remove_next == 1
1019 * in remove_next == 1 case.