Searched refs:MLOCK_ONFAULT (Results 1 - 9 of 9) sorted by relevance

/linux-master/include/uapi/asm-generic/
H A Dmman-common.h39 #define MLOCK_ONFAULT 0x01 /* Lock pages in range after they are faulted in, do not prefault */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Dmman-common.h39 #define MLOCK_ONFAULT 0x01 /* Lock pages in range after they are faulted in, do not prefault */ macro
/linux-master/arch/alpha/include/uapi/asm/
H A Dmman.h43 #define MLOCK_ONFAULT 0x01 /* Lock pages in range after they are faulted in, do not prefault */ macro
/linux-master/arch/xtensa/include/uapi/asm/
H A Dmman.h79 #define MLOCK_ONFAULT 0x01 /* Lock pages in range after they are faulted in, do not prefault */ macro
/linux-master/arch/parisc/include/uapi/asm/
H A Dmman.h38 #define MLOCK_ONFAULT 0x01 /* Lock pages in range after they are faulted in, do not prefault */ macro
/linux-master/arch/mips/include/uapi/asm/
H A Dmman.h70 #define MLOCK_ONFAULT 0x01 /* Lock pages in range after they are faulted in, do not prefault */ macro
/linux-master/tools/testing/selftests/mm/
H A Dmlock-random-test.c161 MLOCK_ONFAULT);
223 MLOCK_ONFAULT);
H A Dmlock2-tests.c250 if (mlock2_(map, 2 * page_size, MLOCK_ONFAULT)) {
252 ksft_exit_fail_msg("mlock2(MLOCK_ONFAULT): %s\n", strerror(errno));
279 if (mlock2_(map, 2 * page_size, MLOCK_ONFAULT)) {
281 ksft_test_result_fail("mlock2(MLOCK_ONFAULT) error: %s", strerror(errno));
369 if (call_mlock && mlock2_(map, 3 * page_size, MLOCK_ONFAULT)) {
452 ret = mlock2_(map, size, MLOCK_ONFAULT);
/linux-master/mm/
H A Dmlock.c578 * Note deferred memory locking case(mlock2(,,MLOCK_ONFAULT)
679 if (flags & ~MLOCK_ONFAULT)
682 if (flags & MLOCK_ONFAULT)

Completed in 146 milliseconds