MCL_FUTURE 769 mm/mlock.c if (flags & MCL_FUTURE) { MCL_FUTURE 804 mm/mlock.c if (!flags || (flags & ~(MCL_CURRENT | MCL_FUTURE | MCL_ONFAULT)) || MCL_FUTURE 143 tools/laptop/freefall/freefall.c mlockall(MCL_CURRENT|MCL_FUTURE); MCL_FUTURE 388 tools/testing/selftests/vm/mlock2-tests.c if (mlockall(MCL_CURRENT | MCL_FUTURE)) { MCL_FUTURE 500 tools/testing/selftests/vm/mlock2-tests.c if (mlockall(MCL_CURRENT | MCL_ONFAULT | MCL_FUTURE)) { MCL_FUTURE 12 tools/testing/selftests/vm/mlock2.h #define MCL_ONFAULT (MCL_FUTURE << 1) MCL_FUTURE 10 tools/testing/selftests/vm/on-fault-limit.c #define MCL_ONFAULT (MCL_FUTURE << 1) MCL_FUTURE 24 tools/testing/selftests/vm/on-fault-limit.c if (mlockall(MCL_ONFAULT | MCL_FUTURE)) {