taglinefilesource code
newbrk124arch/sparc/kernel/sys_sunos.cunsigned long newbrk, oldbrk;
newbrk129arch/sparc/kernel/sys_sunos.cnewbrk = PAGE_ALIGN(brk);
newbrk131arch/sparc/kernel/sys_sunos.cif (oldbrk == newbrk) {
newbrk141arch/sparc/kernel/sys_sunos.cdo_munmap(newbrk, oldbrk-newbrk);
newbrk156arch/sparc/kernel/sys_sunos.cif (find_vma_intersection(current, oldbrk, newbrk+PAGE_SIZE))
newbrk170arch/sparc/kernel/sys_sunos.cfreepages -= (newbrk-oldbrk) >> PAGE_SHIFT;
newbrk177arch/sparc/kernel/sys_sunos.cdo_mmap(NULL, oldbrk, newbrk-oldbrk,
newbrk550kernel/sys.cunsigned long newbrk, oldbrk;
newbrk554kernel/sys.cnewbrk = PAGE_ALIGN(brk);
newbrk556kernel/sys.cif (oldbrk == newbrk)
newbrk564kernel/sys.cdo_munmap(newbrk, oldbrk-newbrk);
newbrk578kernel/sys.cif (find_vma_intersection(current, oldbrk, newbrk+PAGE_SIZE))
newbrk591kernel/sys.cfreepages -= (newbrk-oldbrk) >> PAGE_SHIFT;
newbrk604kernel/sys.cdo_mmap(NULL, oldbrk, newbrk-oldbrk,