Searched refs:MCL_FUTURE (Results 1 – 6 of 6) sorted by relevance
7 #if defined(MCL_FUTURE) || (defined(HAVE_DECL_MCL_FUTURE) && HAVE_DECL_MCL_FUTURE)8 XLAT(MCL_FUTURE),
2 MCL_FUTURE
19 #define MCL_FUTURE 2 /* lock all future mappings */ macro
63 #define MCL_FUTURE 2 /* lock all future mappings */ macro
92 if (toys.optflags & FLAG_s) mlockall(MCL_CURRENT|MCL_FUTURE); in nbd_client_main()