Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/asm-generic/
Dmman.h19 #define MCL_FUTURE 2 /* lock all future mappings */ macro
/linux-6.12.1/tools/include/uapi/asm-generic/
Dmman.h19 #define MCL_FUTURE 2 /* lock all future mappings */ macro
/linux-6.12.1/arch/sparc/include/uapi/asm/
Dmman.h22 #define MCL_FUTURE 0x4000 /* lock all additions to address space */ macro
/linux-6.12.1/arch/powerpc/include/uapi/asm/
Dmman.h26 #define MCL_FUTURE 0x4000 /* lock all additions to address space */ macro
/linux-6.12.1/tools/testing/selftests/mm/
Don-fault-limit.c18 if (mlockall(MCL_ONFAULT | MCL_FUTURE)) in test_limit()
Dmlock2-tests.c327 if (mlockall(MCL_CURRENT | MCL_FUTURE)) { in test_munlockall1()
421 if (mlockall(MCL_CURRENT | MCL_ONFAULT | MCL_FUTURE)) in test_mlockall()
/linux-6.12.1/arch/mips/include/uapi/asm/
Dmman.h64 #define MCL_FUTURE 2 /* lock all future mappings */ macro
/linux-6.12.1/arch/xtensa/include/uapi/asm/
Dmman.h73 #define MCL_FUTURE 2 /* lock all future mappings */ macro
/linux-6.12.1/arch/parisc/include/uapi/asm/
Dmman.h35 #define MCL_FUTURE 2 /* lock all future mappings */ macro
/linux-6.12.1/arch/alpha/include/uapi/asm/
Dmman.h40 #define MCL_FUTURE 16384 /* lock all additions to address space */ macro
/linux-6.12.1/tools/laptop/freefall/
Dfreefall.c143 mlockall(MCL_CURRENT|MCL_FUTURE); in main()
/linux-6.12.1/tools/perf/bench/
Dfutex-wake.c162 if (mlockall(MCL_CURRENT | MCL_FUTURE)) in bench_futex_wake()
Dfutex-lock-pi.c185 if (mlockall(MCL_CURRENT | MCL_FUTURE)) in bench_futex_lock_pi()
Dfutex-hash.c151 if (mlockall(MCL_CURRENT | MCL_FUTURE)) in bench_futex_hash()
Dfutex-requeue.c187 if (mlockall(MCL_CURRENT | MCL_FUTURE)) in bench_futex_requeue()
Dfutex-wake-parallel.c263 if (mlockall(MCL_CURRENT | MCL_FUTURE)) in bench_futex_wake_parallel()
/linux-6.12.1/mm/
Dmlock.c711 if (flags & MCL_FUTURE) { in apply_mlockall_flags()
750 if (!flags || (flags & ~(MCL_CURRENT | MCL_FUTURE | MCL_ONFAULT)) || in SYSCALL_DEFINE1()
/linux-6.12.1/Documentation/mm/
Dunevictable-lru.rst267 (3) mmapping a region in a task that has called mlockall() with the MCL_FUTURE
470 that has previously called mlockall() with the MCL_FUTURE flag will result