Home
last modified time | relevance | path

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

/linux-4.4.14/tools/testing/selftests/vm/
Don-fault-limit.c9 #define MCL_ONFAULT (MCL_FUTURE << 1)
23 if (mlockall(MCL_CURRENT | MCL_ONFAULT | MCL_FUTURE)) { in test_limit()
Dmlock2-tests.c19 #define MCL_ONFAULT (MCL_FUTURE << 1)
605 if (mlockall(MCL_CURRENT | MCL_FUTURE)) { in test_munlockall()
717 if (mlockall(MCL_CURRENT | MCL_ONFAULT | MCL_FUTURE)) { in test_mlockall()
/linux-4.4.14/include/uapi/asm-generic/
Dmman.h19 #define MCL_FUTURE 2 /* lock all future mappings */ macro
/linux-4.4.14/arch/tile/include/uapi/asm/
Dmman.h38 #define MCL_FUTURE 2 /* lock all future mappings */ macro
/linux-4.4.14/arch/powerpc/include/uapi/asm/
Dmman.h24 #define MCL_FUTURE 0x4000 /* lock all additions to address space */ macro
/linux-4.4.14/arch/sparc/include/uapi/asm/
Dmman.h19 #define MCL_FUTURE 0x4000 /* lock all additions to address space */ macro
/linux-4.4.14/arch/parisc/include/uapi/asm/
Dmman.h33 #define MCL_FUTURE 2 /* lock all future mappings */ macro
/linux-4.4.14/arch/alpha/include/uapi/asm/
Dmman.h39 #define MCL_FUTURE 16384 /* lock all additions to address space */ macro
/linux-4.4.14/arch/mips/include/uapi/asm/
Dmman.h63 #define MCL_FUTURE 2 /* lock all future mappings */ macro
/linux-4.4.14/arch/xtensa/include/uapi/asm/
Dmman.h76 #define MCL_FUTURE 2 /* lock all future mappings */ macro
/linux-4.4.14/tools/laptop/freefall/
Dfreefall.c144 mlockall(MCL_CURRENT|MCL_FUTURE); in main()
/linux-4.4.14/mm/
Dmlock.c691 if (flags & MCL_FUTURE) { in apply_mlockall_flags()
726 if (!flags || (flags & ~(MCL_CURRENT | MCL_FUTURE | MCL_ONFAULT))) in SYSCALL_DEFINE1()
/linux-4.4.14/Documentation/vm/
Dunevictable-lru.txt282 (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