Searched refs:MCL_FUTURE (Results 1 - 17 of 17) sorted by relevance

/linux-master/include/uapi/asm-generic/
H A Dmman.h19 #define MCL_FUTURE 2 /* lock all future mappings */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Dmman.h19 #define MCL_FUTURE 2 /* lock all future mappings */ macro
/linux-master/arch/sparc/include/uapi/asm/
H A Dmman.h22 #define MCL_FUTURE 0x4000 /* lock all additions to address space */ macro
/linux-master/arch/powerpc/include/uapi/asm/
H A Dmman.h26 #define MCL_FUTURE 0x4000 /* lock all additions to address space */ macro
/linux-master/tools/testing/selftests/mm/
H A Don-fault-limit.c18 if (mlockall(MCL_ONFAULT | MCL_FUTURE))
H A Dmlock2-tests.c340 if (mlockall(MCL_CURRENT | MCL_FUTURE)) {
342 ksft_exit_fail_msg("mlockall(MCL_CURRENT | MCL_FUTURE): %s\n", strerror(errno));
434 if (mlockall(MCL_CURRENT | MCL_ONFAULT | MCL_FUTURE))
/linux-master/arch/alpha/include/uapi/asm/
H A Dmman.h40 #define MCL_FUTURE 16384 /* lock all additions to address space */ macro
/linux-master/arch/xtensa/include/uapi/asm/
H A Dmman.h73 #define MCL_FUTURE 2 /* lock all future mappings */ macro
/linux-master/arch/parisc/include/uapi/asm/
H A Dmman.h35 #define MCL_FUTURE 2 /* lock all future mappings */ macro
/linux-master/arch/mips/include/uapi/asm/
H A Dmman.h64 #define MCL_FUTURE 2 /* lock all future mappings */ macro
/linux-master/tools/laptop/freefall/
H A Dfreefall.c143 mlockall(MCL_CURRENT|MCL_FUTURE);
/linux-master/tools/perf/bench/
H A Dfutex-requeue.c187 if (mlockall(MCL_CURRENT | MCL_FUTURE))
H A Dfutex-hash.c151 if (mlockall(MCL_CURRENT | MCL_FUTURE))
H A Dfutex-lock-pi.c185 if (mlockall(MCL_CURRENT | MCL_FUTURE))
H A Dfutex-wake.c162 if (mlockall(MCL_CURRENT | MCL_FUTURE))
H A Dfutex-wake-parallel.c263 if (mlockall(MCL_CURRENT | MCL_FUTURE))
/linux-master/mm/
H A Dmlock.c712 * is called once including the MCL_FUTURE flag and then a second time without
722 if (flags & MCL_FUTURE) {
758 if (!flags || (flags & ~(MCL_CURRENT | MCL_FUTURE | MCL_ONFAULT)) ||

Completed in 159 milliseconds