tag | line | file | source code |
nstart | 138 | mm/mlock.c | unsigned long nstart, end, tmp; |
nstart | 154 | mm/mlock.c | for (nstart = start ; ; ) { |
nstart | 164 | mm/mlock.c | error = mlock_fixup(vma, nstart, end, newflags); |
nstart | 170 | mm/mlock.c | error = mlock_fixup(vma, nstart, tmp, newflags); |
nstart | 173 | mm/mlock.c | nstart = tmp; |
nstart | 175 | mm/mlock.c | if (!vma || vma->vm_start != nstart) { |
nstart | 204 | mm/mprotect.c | unsigned long nstart, end, tmp; |
nstart | 222 | mm/mprotect.c | for (nstart = start ; ; ) { |
nstart | 234 | mm/mprotect.c | error = mprotect_fixup(vma, nstart, end, newflags); |
nstart | 240 | mm/mprotect.c | error = mprotect_fixup(vma, nstart, tmp, newflags); |
nstart | 243 | mm/mprotect.c | nstart = tmp; |
nstart | 245 | mm/mprotect.c | if (!vma || vma->vm_start != nstart) { |