Home
last modified time | relevance | path

Searched refs:MCL_ONFAULT (Results 1 – 12 of 12) sorted by relevance

/linux/tools/testing/selftests/vm/
A Don-fault-limit.c9 #ifndef MCL_ONFAULT
10 #define MCL_ONFAULT (MCL_FUTURE << 1) macro
24 if (mlockall(MCL_ONFAULT | MCL_FUTURE)) { in test_limit()
A Dmlock2.h11 #ifndef MCL_ONFAULT
12 #define MCL_ONFAULT (MCL_FUTURE << 1) macro
A Dmlock2-tests.c372 if (mlockall(MCL_CURRENT | MCL_ONFAULT)) { in test_munlockall()
500 if (mlockall(MCL_CURRENT | MCL_ONFAULT | MCL_FUTURE)) { in test_mlockall()
/linux/tools/include/uapi/asm-generic/
A Dmman.h20 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
/linux/include/uapi/asm-generic/
A Dmman.h20 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
/linux/arch/sparc/include/uapi/asm/
A Dmman.h23 #define MCL_ONFAULT 0x8000 /* lock all pages that are faulted in */ macro
/linux/arch/powerpc/include/uapi/asm/
A Dmman.h27 #define MCL_ONFAULT 0x8000 /* lock all pages that are faulted in */ macro
/linux/mm/
A Dmlock.c749 if (flags & MCL_ONFAULT) in apply_mlockall_flags()
758 if (flags & MCL_ONFAULT) in apply_mlockall_flags()
781 if (!flags || (flags & ~(MCL_CURRENT | MCL_FUTURE | MCL_ONFAULT)) || in SYSCALL_DEFINE1()
782 flags == MCL_ONFAULT) in SYSCALL_DEFINE1()
/linux/arch/xtensa/include/uapi/asm/
A Dmman.h74 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
/linux/arch/mips/include/uapi/asm/
A Dmman.h65 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
/linux/arch/parisc/include/uapi/asm/
A Dmman.h36 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
/linux/arch/alpha/include/uapi/asm/
A Dmman.h41 #define MCL_ONFAULT 32768 /* lock all pages that are faulted in */ macro

Completed in 16 milliseconds