MCL_ONFAULT        41 arch/alpha/include/uapi/asm/mman.h #define MCL_ONFAULT	32768		/* lock all pages that are faulted in */
MCL_ONFAULT        65 arch/mips/include/uapi/asm/mman.h #define MCL_ONFAULT	4		/* lock all pages that are faulted in */
MCL_ONFAULT        35 arch/parisc/include/uapi/asm/mman.h #define MCL_ONFAULT	4		/* lock all pages that are faulted in */
MCL_ONFAULT        27 arch/powerpc/include/uapi/asm/mman.h #define MCL_ONFAULT	0x8000		/* lock all pages that are faulted in */
MCL_ONFAULT        23 arch/sparc/include/uapi/asm/mman.h #define MCL_ONFAULT	0x8000		/* lock all pages that are faulted in */
MCL_ONFAULT        74 arch/xtensa/include/uapi/asm/mman.h #define MCL_ONFAULT	4		/* lock all pages that are faulted in */
MCL_ONFAULT        20 include/uapi/asm-generic/mman.h #define MCL_ONFAULT	4		/* lock all pages that are faulted in */
MCL_ONFAULT        20 tools/include/uapi/asm-generic/mman.h #define MCL_ONFAULT	4		/* lock all pages that are faulted in */
MCL_ONFAULT        12 tools/testing/selftests/vm/mlock2.h #define MCL_ONFAULT (MCL_FUTURE << 1)
MCL_ONFAULT        10 tools/testing/selftests/vm/on-fault-limit.c #define MCL_ONFAULT (MCL_FUTURE << 1)