taglinefilesource code
nstart139mm/mlock.cunsigned long nstart, end, tmp;
nstart155mm/mlock.cfor (nstart = start ; ; ) {
nstart165mm/mlock.cerror = mlock_fixup(vma, nstart, end, newflags);
nstart171mm/mlock.cerror = mlock_fixup(vma, nstart, tmp, newflags);
nstart174mm/mlock.cnstart = tmp;
nstart176mm/mlock.cif (!vma || vma->vm_start != nstart) {
nstart204mm/mprotect.cunsigned long nstart, end, tmp;
nstart222mm/mprotect.cfor (nstart = start ; ; ) {
nstart234mm/mprotect.cerror = mprotect_fixup(vma, nstart, end, newflags);
nstart240mm/mprotect.cerror = mprotect_fixup(vma, nstart, tmp, newflags);
nstart243mm/mprotect.cnstart = tmp;
nstart245mm/mprotect.cif (!vma || vma->vm_start != nstart) {