MLOCK_ONFAULT
if (flags & ~MLOCK_ONFAULT)
if (flags & MLOCK_ONFAULT)
MLOCK_ONFAULT);
MLOCK_ONFAULT);
if (mlock2_(map, 2 * page_size, MLOCK_ONFAULT)) {
if (mlock2_(map, 2 * page_size, MLOCK_ONFAULT)) {
if (call_mlock && mlock2_(map, 3 * page_size, MLOCK_ONFAULT)) {
ret = mlock2_(map, size, MLOCK_ONFAULT);