taglinefilesource code
VM_LOCKED254include/linux/mm.hif (vma->vm_flags & VM_LOCKED)
VM_LOCKED91kernel/fork.ctmp->vm_flags &= ~VM_LOCKED;
VM_LOCKED111mm/mlock.cif (!(newflags & VM_LOCKED))
VM_LOCKED126mm/mlock.cif (!retval && (newflags & VM_LOCKED)) {
VM_LOCKED159mm/mlock.cnewflags = vma->vm_flags | VM_LOCKED;
VM_LOCKED161mm/mlock.cnewflags &= ~VM_LOCKED;
VM_LOCKED228mm/mlock.cdef_flags = VM_LOCKED;
VM_LOCKED235mm/mlock.cnewflags = vma->vm_flags | VM_LOCKED;
VM_LOCKED237mm/mlock.cnewflags &= ~VM_LOCKED;
VM_LOCKED70mm/mmap.cif (current->mm->def_flags & VM_LOCKED) {
VM_LOCKED180mm/mmap.cif (vma->vm_flags & VM_LOCKED) {
VM_LOCKED628mm/mmap.cif (area->vm_flags & VM_LOCKED)
VM_LOCKED225mm/vmscan.cif (vma->vm_flags & (VM_SHM | VM_LOCKED))