tag | line | file | source code |
nstart | 139 | mm/mlock.c | unsigned long nstart, end, tmp; |
nstart | 155 | mm/mlock.c | for (nstart = start ; ; ) { |
nstart | 165 | mm/mlock.c | error = mlock_fixup(vma, nstart, end, newflags); |
nstart | 171 | mm/mlock.c | error = mlock_fixup(vma, nstart, tmp, newflags); |
nstart | 174 | mm/mlock.c | nstart = tmp; |
nstart | 176 | 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) { |