Home
last modified time | relevance | path

Searched refs:MCL_FUTURE (Results 1 – 14 of 14) sorted by relevance

/Linux-v5.4/tools/testing/selftests/vm/
Don-fault-limit.c10 #define MCL_ONFAULT (MCL_FUTURE << 1)
24 if (mlockall(MCL_ONFAULT | MCL_FUTURE)) { in test_limit()
Dmlock2.h12 #define MCL_ONFAULT (MCL_FUTURE << 1)
Dmlock2-tests.c547 if (mlockall(MCL_CURRENT | MCL_FUTURE)) { in test_munlockall()
659 if (mlockall(MCL_CURRENT | MCL_ONFAULT | MCL_FUTURE)) { in test_mlockall()
/Linux-v5.4/include/uapi/asm-generic/
Dmman.h19 #define MCL_FUTURE 2 /* lock all future mappings */ macro
/Linux-v5.4/tools/include/uapi/asm-generic/
Dmman.h19 #define MCL_FUTURE 2 /* lock all future mappings */ macro
/Linux-v5.4/arch/sparc/include/uapi/asm/
Dmman.h22 #define MCL_FUTURE 0x4000 /* lock all additions to address space */ macro
/Linux-v5.4/arch/powerpc/include/uapi/asm/
Dmman.h26 #define MCL_FUTURE 0x4000 /* lock all additions to address space */ macro
/Linux-v5.4/arch/xtensa/include/uapi/asm/
Dmman.h73 #define MCL_FUTURE 2 /* lock all future mappings */ macro
/Linux-v5.4/arch/parisc/include/uapi/asm/
Dmman.h34 #define MCL_FUTURE 2 /* lock all future mappings */ macro
/Linux-v5.4/arch/mips/include/uapi/asm/
Dmman.h64 #define MCL_FUTURE 2 /* lock all future mappings */ macro
/Linux-v5.4/arch/alpha/include/uapi/asm/
Dmman.h40 #define MCL_FUTURE 16384 /* lock all additions to address space */ macro
/Linux-v5.4/tools/laptop/freefall/
Dfreefall.c143 mlockall(MCL_CURRENT|MCL_FUTURE); in main()
/Linux-v5.4/mm/
Dmlock.c769 if (flags & MCL_FUTURE) { in apply_mlockall_flags()
804 if (!flags || (flags & ~(MCL_CURRENT | MCL_FUTURE | MCL_ONFAULT)) || in SYSCALL_DEFINE1()
/Linux-v5.4/Documentation/vm/
Dunevictable-lru.rst264 (3) mmapping a region in a task that has called mlockall() with the MCL_FUTURE
481 task that has previously called mlockall() with the MCL_FUTURE flag will result