Searched refs:MLOCK_ONFAULT (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/mm/ |
A D | mlock2.h | 7 #ifndef MLOCK_ONFAULT 8 #define MLOCK_ONFAULT 1 macro
|
A D | mlock-random-test.c | 169 MLOCK_ONFAULT); in test_mlock_within_limit() 241 MLOCK_ONFAULT); in test_mlock_outof_limit()
|
A D | mlock2-tests.c | 267 if (mlock2_(map, 2 * page_size, MLOCK_ONFAULT)) { in test_mlock_onfault() 311 if (mlock2_(map, 2 * page_size, MLOCK_ONFAULT)) { in test_lock_onfault_of_present() 426 if (call_mlock && mlock2_(map, 3 * page_size, MLOCK_ONFAULT)) { in test_vma_management()
|
/linux-6.3-rc2/include/uapi/asm-generic/ |
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.3-rc2/tools/include/uapi/asm-generic/ |
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.3-rc2/arch/xtensa/include/uapi/asm/ |
A D | mman.h | 79 #define MLOCK_ONFAULT 0x01 /* Lock pages in range after they are faulted in, do not prefault */ macro
|
/linux-6.3-rc2/arch/mips/include/uapi/asm/ |
A D | mman.h | 70 #define MLOCK_ONFAULT 0x01 /* Lock pages in range after they are faulted in, do not prefault */ macro
|
/linux-6.3-rc2/arch/parisc/include/uapi/asm/ |
A D | mman.h | 38 #define MLOCK_ONFAULT 0x01 /* Lock pages in range after they are faulted in, do not prefault */ macro
|
/linux-6.3-rc2/arch/alpha/include/uapi/asm/ |
A D | mman.h | 43 #define MLOCK_ONFAULT 0x01 /* Lock pages in range after they are faulted in, do not prefault */ macro
|
/linux-6.3-rc2/mm/ |
A D | mlock.c | 622 if (flags & ~MLOCK_ONFAULT) in SYSCALL_DEFINE3() 625 if (flags & MLOCK_ONFAULT) in SYSCALL_DEFINE3()
|
/linux-6.3-rc2/Documentation/mm/ |
A D | unevictable-lru.rst | 309 fault path - which is also how mlock2()'s MLOCK_ONFAULT areas are handled.
|
Completed in 12 milliseconds