Searched refs:MCL_ONFAULT (Results 1 – 11 of 11) sorted by relevance
20 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
23 #define MCL_ONFAULT 0x8000 /* lock all pages that are faulted in */ macro
27 #define MCL_ONFAULT 0x8000 /* lock all pages that are faulted in */ macro
18 if (mlockall(MCL_ONFAULT | MCL_FUTURE)) in test_limit()
313 if (mlockall(MCL_CURRENT | MCL_ONFAULT)) { in test_munlockall1()421 if (mlockall(MCL_CURRENT | MCL_ONFAULT | MCL_FUTURE)) in test_mlockall()
36 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
65 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
74 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
41 #define MCL_ONFAULT 32768 /* lock all pages that are faulted in */ macro
716 if (flags & MCL_ONFAULT) in apply_mlockall_flags()725 if (flags & MCL_ONFAULT) in apply_mlockall_flags()752 if (!flags || (flags & ~(MCL_CURRENT | MCL_FUTURE | MCL_ONFAULT)) || in SYSCALL_DEFINE1()753 flags == MCL_ONFAULT) in SYSCALL_DEFINE1()