VM_LOCKONFAULT    372 include/linux/mm.h #define VM_LOCKED_CLEAR_MASK	(~(VM_LOCKED | VM_LOCKONFAULT))
VM_LOCKONFAULT    153 include/trace/events/mmflags.h 	{VM_LOCKONFAULT,		"lockonfault"	},		\
VM_LOCKONFAULT    558 kernel/fork.c  		tmp->vm_flags &= ~(VM_LOCKED | VM_LOCKONFAULT);
VM_LOCKONFAULT   1217 mm/gup.c       	if (vma->vm_flags & VM_LOCKONFAULT)
VM_LOCKONFAULT    731 mm/mlock.c     		vm_flags |= VM_LOCKONFAULT;
VM_LOCKONFAULT    773 mm/mlock.c     			current->mm->def_flags |= VM_LOCKONFAULT;
VM_LOCKONFAULT    782 mm/mlock.c     			to_add |= VM_LOCKONFAULT;