Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/vm/
H A Don-fault-limit.c10 #define MCL_ONFAULT (MCL_FUTURE << 1)
24 if (mlockall(MCL_ONFAULT | MCL_FUTURE)) { in test_limit()
H A Dmlock2.h12 #define MCL_ONFAULT (MCL_FUTURE << 1)
H A Dmlock2-tests.c388 if (mlockall(MCL_CURRENT | MCL_FUTURE)) { in test_munlockall()
500 if (mlockall(MCL_CURRENT | MCL_ONFAULT | MCL_FUTURE)) { in test_mlockall()
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dmman.h19 #define MCL_FUTURE 2 /* lock all future mappings */ macro
/OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/
H A Dmman.h19 #define MCL_FUTURE 2 /* lock all future mappings */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/
H A Dmman.h21 #define MCL_FUTURE 2 /* lock all future mappings */ macro
/OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/
H A Dmman.h22 #define MCL_FUTURE 0x4000 /* lock all additions to address space */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/
H A Dmman.h21 #define MCL_FUTURE 2 /* lock all future mappings */ macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/
H A Dmman.h26 #define MCL_FUTURE 0x4000 /* lock all additions to address space */ macro
/OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/
H A Dmman.h73 #define MCL_FUTURE 2 /* lock all future mappings */ macro
/OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/
H A Dmman.h64 #define MCL_FUTURE 2 /* lock all future mappings */ macro
/OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/
H A Dmman.h40 #define MCL_FUTURE 16384 /* lock all additions to address space */ macro
/OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/
H A Dmman.h35 #define MCL_FUTURE 2 /* lock all future mappings */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dmman-linux.h107 # define MCL_FUTURE 2 /* Lock all additions to address macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dmman-linux.h107 # define MCL_FUTURE 2 /* Lock all additions to address macro
/OK3568_Linux_fs/kernel/tools/laptop/freefall/
H A Dfreefall.c143 mlockall(MCL_CURRENT|MCL_FUTURE); in main()
/OK3568_Linux_fs/kernel/mm/
H A Dmlock.c785 if (flags & MCL_FUTURE) { in apply_mlockall_flags()
820 if (!flags || (flags & ~(MCL_CURRENT | MCL_FUTURE | MCL_ONFAULT)) || in SYSCALL_DEFINE1()
/OK3568_Linux_fs/kernel/Documentation/vm/
H A 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
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-24266MCL_FUTURE
4271 wipes out ‘MCL_FUTURE’. *Note Executing a File::.
4279 When the process is in ‘MCL_FUTURE’ mode because it successfully
4319 address space and turns off ‘MCL_FUTURE’ future locking mode.
H A Dlibc.info-173309 * MCL_FUTURE: Page Lock Functions. (line 121)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-24266MCL_FUTURE
4271 wipes out ‘MCL_FUTURE’. *Note Executing a File::.
4279 When the process is in ‘MCL_FUTURE’ mode because it successfully
4319 address space and turns off ‘MCL_FUTURE’ future locking mode.
H A Dlibc.info-173309 * MCL_FUTURE: Page Lock Functions. (line 121)