Searched refs:MCL_ONFAULT (Results 1 – 11 of 11) sorted by relevance
8 #ifndef MCL_ONFAULT9 #define MCL_ONFAULT (MCL_FUTURE << 1) macro23 if (mlockall(MCL_CURRENT | MCL_ONFAULT | MCL_FUTURE)) { in test_limit()
18 #ifndef MCL_ONFAULT19 #define MCL_ONFAULT (MCL_FUTURE << 1) macro589 if (mlockall(MCL_CURRENT | MCL_ONFAULT)) { in test_munlockall()717 if (mlockall(MCL_CURRENT | MCL_ONFAULT | MCL_FUTURE)) { in test_mlockall()
20 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
39 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
25 #define MCL_ONFAULT 0x8000 /* lock all pages that are faulted in */ macro
20 #define MCL_ONFAULT 0x8000 /* lock all pages that are faulted in */ macro
34 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
40 #define MCL_ONFAULT 32768 /* lock all pages that are faulted in */ macro
64 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
77 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
694 if (flags & MCL_ONFAULT) in apply_mlockall_flags()703 if (flags & MCL_ONFAULT) in apply_mlockall_flags()726 if (!flags || (flags & ~(MCL_CURRENT | MCL_FUTURE | MCL_ONFAULT))) in SYSCALL_DEFINE1()