| /OK3568_Linux_fs/kernel/tools/testing/selftests/vm/ |
| H A D | on-fault-limit.c | 10 #define MCL_ONFAULT (MCL_FUTURE << 1) 24 if (mlockall(MCL_ONFAULT | MCL_FUTURE)) { in test_limit()
|
| H A D | mlock2.h | 12 #define MCL_ONFAULT (MCL_FUTURE << 1)
|
| H A D | mlock2-tests.c | 388 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 D | mman.h | 19 #define MCL_FUTURE 2 /* lock all future mappings */ macro
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/ |
| H A D | mman.h | 19 #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 D | mman.h | 21 #define MCL_FUTURE 2 /* lock all future mappings */ macro
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/ |
| H A D | mman.h | 22 #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 D | mman.h | 21 #define MCL_FUTURE 2 /* lock all future mappings */ macro
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/ |
| H A D | mman.h | 26 #define MCL_FUTURE 0x4000 /* lock all additions to address space */ macro
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/ |
| H A D | mman.h | 73 #define MCL_FUTURE 2 /* lock all future mappings */ macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | mman.h | 64 #define MCL_FUTURE 2 /* lock all future mappings */ macro
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/ |
| H A D | mman.h | 40 #define MCL_FUTURE 16384 /* lock all additions to address space */ macro
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/ |
| H A D | mman.h | 35 #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 D | mman-linux.h | 107 # 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 D | mman-linux.h | 107 # define MCL_FUTURE 2 /* Lock all additions to address macro
|
| /OK3568_Linux_fs/kernel/tools/laptop/freefall/ |
| H A D | freefall.c | 143 mlockall(MCL_CURRENT|MCL_FUTURE); in main()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | mlock.c | 785 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 D | unevictable-lru.rst | 264 (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 D | libc.info-2 | 4266 ‘MCL_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 D | libc.info-17 | 3309 * 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 D | libc.info-2 | 4266 ‘MCL_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 D | libc.info-17 | 3309 * MCL_FUTURE: Page Lock Functions. (line 121)
|