Home
last modified time | relevance | path

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

/linux/mm/
A Dmlock.c708 vm_flags |= VM_LOCKONFAULT; in SYSCALL_DEFINE3()
750 current->mm->def_flags |= VM_LOCKONFAULT; in apply_mlockall_flags()
759 to_add |= VM_LOCKONFAULT; in apply_mlockall_flags()
A Dgup.c1471 if (vma->vm_flags & VM_LOCKONFAULT) in populate_vma_page_range()
/linux/include/trace/events/
A Dmmflags.h175 {VM_LOCKONFAULT, "lockonfault" }, \
/linux/include/linux/
A Dmm.h285 #define VM_LOCKONFAULT 0x00080000 /* Lock the pages covered when they are faulted in */ macro
413 #define VM_LOCKED_CLEAR_MASK (~(VM_LOCKED | VM_LOCKONFAULT))
/linux/kernel/
A Dfork.c570 tmp->vm_flags &= ~(VM_LOCKED | VM_LOCKONFAULT); in dup_mmap()

Completed in 21 milliseconds