Home
last modified time | relevance | path

Searched refs:VM_LOCKONFAULT (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/mm/
Dmlock.c731 vm_flags |= VM_LOCKONFAULT; in SYSCALL_DEFINE3()
773 current->mm->def_flags |= VM_LOCKONFAULT; in apply_mlockall_flags()
782 to_add |= VM_LOCKONFAULT; in apply_mlockall_flags()
Dgup.c1202 if (vma->vm_flags & VM_LOCKONFAULT) in populate_vma_page_range()
/Linux-v5.4/include/trace/events/
Dmmflags.h153 {VM_LOCKONFAULT, "lockonfault" }, \
/Linux-v5.4/include/linux/
Dmm.h275 #define VM_LOCKONFAULT 0x00080000 /* Lock the pages covered when they are faulted in */ macro
372 #define VM_LOCKED_CLEAR_MASK (~(VM_LOCKED | VM_LOCKONFAULT))
/Linux-v5.4/kernel/
Dfork.c558 tmp->vm_flags &= ~(VM_LOCKED | VM_LOCKONFAULT); in dup_mmap()