taglinefilesource code
nstart138mm/mlock.cunsigned long nstart, end, tmp;
nstart154mm/mlock.cfor (nstart = start ; ; ) {
nstart164mm/mlock.cerror = mlock_fixup(vma, nstart, end, newflags);
nstart170mm/mlock.cerror = mlock_fixup(vma, nstart, tmp, newflags);
nstart173mm/mlock.cnstart = tmp;
nstart175mm/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) {