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