Lines Matching refs:newbrk
200 unsigned long newbrk, oldbrk, origbrk;
231 * of oldbrk with newbrk then it can escape the test and let the data
239 newbrk = PAGE_ALIGN(brk);
241 if (oldbrk == newbrk) {
259 ret = __do_munmap(mm, newbrk, oldbrk-newbrk, &uf, true);
271 if (next && newbrk + PAGE_SIZE > vm_start_gap(next))
275 if (do_brk_flags(oldbrk, newbrk-oldbrk, 0, &uf) < 0)
280 populate = newbrk > oldbrk && (mm->def_flags & VM_LOCKED) != 0;
287 mm_populate(oldbrk, newbrk - oldbrk);