Lines Matching refs:MCL_ONFAULT
1550 // MCL_ONFAULT pins pages as they fault instead of loading1553 // never use.) Old kernels will see MCL_ONFAULT and fail with1556 // N.B. read the man page for mlockall. MCL_CURRENT | MCL_ONFAULT1559 if (mlockall(MCL_CURRENT | MCL_FUTURE | MCL_ONFAULT) && errno != EINVAL)