taglinefilesource code
VM_LOCKED243include/linux/mm.hif (vma->vm_flags & VM_LOCKED)
VM_LOCKED92kernel/fork.ctmp->vm_flags &= ~VM_LOCKED;
VM_LOCKED123mm/mlock.cif (!(newflags & VM_LOCKED))
VM_LOCKED127mm/mlock.cif (newflags & VM_LOCKED)
VM_LOCKED160mm/mlock.cnewflags = vma->vm_flags | VM_LOCKED;
VM_LOCKED162mm/mlock.cnewflags &= ~VM_LOCKED;
VM_LOCKED229mm/mlock.cdef_flags = VM_LOCKED;
VM_LOCKED236mm/mlock.cnewflags = vma->vm_flags | VM_LOCKED;
VM_LOCKED238mm/mlock.cnewflags &= ~VM_LOCKED;
VM_LOCKED70mm/mmap.cif (current->mm->def_flags & VM_LOCKED) {
VM_LOCKED183mm/mmap.cif (flags & VM_LOCKED) {
VM_LOCKED626mm/mmap.cif (area->vm_flags & VM_LOCKED)
VM_LOCKED224mm/vmscan.cif (vma->vm_flags & (VM_SHM | VM_LOCKED))