Searched refs:MCL_FUTURE (Results 1 – 13 of 13) sorted by relevance
9 #define MCL_ONFAULT (MCL_FUTURE << 1)23 if (mlockall(MCL_CURRENT | MCL_ONFAULT | MCL_FUTURE)) { in test_limit()
19 #define MCL_ONFAULT (MCL_FUTURE << 1)605 if (mlockall(MCL_CURRENT | MCL_FUTURE)) { in test_munlockall()717 if (mlockall(MCL_CURRENT | MCL_ONFAULT | MCL_FUTURE)) { in test_mlockall()
19 #define MCL_FUTURE 2 /* lock all future mappings */ macro
38 #define MCL_FUTURE 2 /* lock all future mappings */ macro
24 #define MCL_FUTURE 0x4000 /* lock all additions to address space */ macro
19 #define MCL_FUTURE 0x4000 /* lock all additions to address space */ macro
33 #define MCL_FUTURE 2 /* lock all future mappings */ macro
39 #define MCL_FUTURE 16384 /* lock all additions to address space */ macro
63 #define MCL_FUTURE 2 /* lock all future mappings */ macro
76 #define MCL_FUTURE 2 /* lock all future mappings */ macro
144 mlockall(MCL_CURRENT|MCL_FUTURE); in main()
691 if (flags & MCL_FUTURE) { in apply_mlockall_flags()726 if (!flags || (flags & ~(MCL_CURRENT | MCL_FUTURE | MCL_ONFAULT))) in SYSCALL_DEFINE1()
282 (3) mmapping a region in a task that has called mlockall() with the MCL_FUTURE477 task that has previously called mlockall() with the MCL_FUTURE flag will result