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) {
nstart205mm/mprotect.cunsigned long nstart, end, tmp;
nstart223mm/mprotect.cfor (nstart = start ; ; ) {
nstart235mm/mprotect.cerror = mprotect_fixup(vma, nstart, end, newflags);
nstart241mm/mprotect.cerror = mprotect_fixup(vma, nstart, tmp, newflags);
nstart244mm/mprotect.cnstart = tmp;
nstart246mm/mprotect.cif (!vma || vma->vm_start != nstart) {