Searched refs:MLOCK_ONFAULT (Results 1 – 10 of 10) sorted by relevance
| /Linux-v4.19/tools/testing/selftests/vm/ |
| D | mlock2.h | 7 #ifndef MLOCK_ONFAULT 8 #define MLOCK_ONFAULT 1 macro
|
| D | mlock-random-test.c | 169 MLOCK_ONFAULT); in test_mlock_within_limit() 241 MLOCK_ONFAULT); in test_mlock_outof_limit()
|
| D | mlock2-tests.c | 414 if (mlock2_(map, 2 * page_size, MLOCK_ONFAULT)) { in test_mlock_onfault() 459 if (mlock2_(map, 2 * page_size, MLOCK_ONFAULT)) { in test_lock_onfault_of_present() 585 if (call_mlock && mlock2_(map, 3 * page_size, MLOCK_ONFAULT)) { in test_vma_management()
|
| /Linux-v4.19/tools/include/uapi/asm-generic/ |
| D | mman-common.h | 36 #define MLOCK_ONFAULT 0x01 /* Lock pages in range after they are faulted in, do not prefault */ macro
|
| /Linux-v4.19/include/uapi/asm-generic/ |
| D | mman-common.h | 36 #define MLOCK_ONFAULT 0x01 /* Lock pages in range after they are faulted in, do not prefault */ macro
|
| /Linux-v4.19/arch/alpha/include/uapi/asm/ |
| D | mman.h | 45 #define MLOCK_ONFAULT 0x01 /* Lock pages in range after they are faulted in, do not prefault */ macro
|
| /Linux-v4.19/arch/parisc/include/uapi/asm/ |
| D | mman.h | 39 #define MLOCK_ONFAULT 0x01 /* Lock pages in range after they are faulted in, do not prefault */ macro
|
| /Linux-v4.19/arch/xtensa/include/uapi/asm/ |
| D | mman.h | 85 #define MLOCK_ONFAULT 0x01 /* Lock pages in range after they are faulted in, do not prefault */ macro
|
| /Linux-v4.19/arch/mips/include/uapi/asm/ |
| D | mman.h | 72 #define MLOCK_ONFAULT 0x01 /* Lock pages in range after they are faulted in, do not prefault */ macro
|
| /Linux-v4.19/mm/ |
| D | mlock.c | 725 if (flags & ~MLOCK_ONFAULT) in SYSCALL_DEFINE3() 728 if (flags & MLOCK_ONFAULT) in SYSCALL_DEFINE3()
|