Home | History | Annotate | Download | only in lmkd

Lines Matching refs:MCL_ONFAULT

1550     // MCL_ONFAULT pins pages as they fault instead of loading
1553 // never use.) Old kernels will see MCL_ONFAULT and fail with
1556 // N.B. read the man page for mlockall. MCL_CURRENT | MCL_ONFAULT
1559 if (mlockall(MCL_CURRENT | MCL_FUTURE | MCL_ONFAULT) && errno != EINVAL)