Searched refs:MLOCK_ONFAULT (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/tools/testing/selftests/mm/ |
| H A D | mlock2-tests.c | 237 if (mlock2_(map, 2 * page_size, MLOCK_ONFAULT)) { in test_mlock_onfault() 266 if (mlock2_(map, 2 * page_size, MLOCK_ONFAULT)) { in test_lock_onfault_of_present() 356 if (call_mlock && mlock2_(map, 3 * page_size, MLOCK_ONFAULT)) { in test_vma_management() 439 ret = mlock2_(map, size, MLOCK_ONFAULT); in main()
|
| H A D | mlock-random-test.c | 161 MLOCK_ONFAULT); in test_mlock_within_limit() 223 MLOCK_ONFAULT); in test_mlock_outof_limit()
|
| /linux-6.15/include/uapi/asm-generic/ |
| H A D | mman-common.h | 39 #define MLOCK_ONFAULT 0x01 /* Lock pages in range after they are faulted in, do not prefault */ macro
|
| /linux-6.15/tools/include/uapi/asm-generic/ |
| H A D | mman-common.h | 39 #define MLOCK_ONFAULT 0x01 /* Lock pages in range after they are faulted in, do not prefault */ macro
|
| /linux-6.15/arch/parisc/include/uapi/asm/ |
| H A D | mman.h | 38 #define MLOCK_ONFAULT 0x01 /* Lock pages in range after they are faulted in, do not prefault */ macro
|
| /linux-6.15/arch/mips/include/uapi/asm/ |
| H A D | mman.h | 70 #define MLOCK_ONFAULT 0x01 /* Lock pages in range after they are faulted in, do not prefault */ macro
|
| /linux-6.15/arch/xtensa/include/uapi/asm/ |
| H A D | mman.h | 79 #define MLOCK_ONFAULT 0x01 /* Lock pages in range after they are faulted in, do not prefault */ macro
|
| /linux-6.15/arch/alpha/include/uapi/asm/ |
| H A D | mman.h | 43 #define MLOCK_ONFAULT 0x01 /* Lock pages in range after they are faulted in, do not prefault */ macro
|
| /linux-6.15/mm/ |
| H A D | mlock.c | 670 if (flags & ~MLOCK_ONFAULT) in SYSCALL_DEFINE3() 673 if (flags & MLOCK_ONFAULT) in SYSCALL_DEFINE3()
|
| /linux-6.15/Documentation/mm/ |
| H A D | unevictable-lru.rst | 311 fault path - which is also how mlock2()'s MLOCK_ONFAULT areas are handled.
|