Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/tools/include/uapi/asm-generic/
Dmman.h21 #define MCL_FUTURE 2 /* lock all future mappings */ macro
/Linux-v4.19/include/uapi/asm-generic/
Dmman.h21 #define MCL_FUTURE 2 /* lock all future mappings */ macro
/Linux-v4.19/arch/sparc/include/uapi/asm/
Dmman.h22 #define MCL_FUTURE 0x4000 /* lock all additions to address space */ macro
/Linux-v4.19/arch/powerpc/include/uapi/asm/
Dmman.h25 #define MCL_FUTURE 0x4000 /* lock all additions to address space */ macro
/Linux-v4.19/arch/alpha/include/uapi/asm/
Dmman.h42 #define MCL_FUTURE 16384 /* lock all additions to address space */ macro
/Linux-v4.19/arch/parisc/include/uapi/asm/
Dmman.h36 #define MCL_FUTURE 2 /* lock all future mappings */ macro
/Linux-v4.19/arch/mips/include/uapi/asm/
Dmman.h66 #define MCL_FUTURE 2 /* lock all future mappings */ macro
/Linux-v4.19/arch/xtensa/include/uapi/asm/
Dmman.h79 #define MCL_FUTURE 2 /* lock all future mappings */ macro
/Linux-v4.19/tools/laptop/freefall/
Dfreefall.c144 mlockall(MCL_CURRENT|MCL_FUTURE); in main()
/Linux-v4.19/mm/
Dmlock.c765 if (flags & MCL_FUTURE) { in apply_mlockall_flags()
800 if (!flags || (flags & ~(MCL_CURRENT | MCL_FUTURE | MCL_ONFAULT))) in SYSCALL_DEFINE1()
/Linux-v4.19/Documentation/vm/
Dunevictable-lru.rst260 (3) mmapping a region in a task that has called mlockall() with the MCL_FUTURE
477 task that has previously called mlockall() with the MCL_FUTURE flag will result