Searched refs:MCL_ONFAULT (Results 1 – 5 of 5) sorted by relevance
20 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
23 #define MCL_ONFAULT 0x8000 /* lock all pages that are faulted in */ macro
27 #define MCL_ONFAULT 0x8000 /* lock all pages that are faulted in */ macro
18 if (mlockall(MCL_ONFAULT | MCL_FUTURE)) in test_limit()
317 if (mlockall(MCL_CURRENT | MCL_ONFAULT)) { in test_munlockall1() 319 ksft_exit_fail_msg("mlockall(MCL_CURRENT | MCL_ONFAULT): %s\n", strerror(errno)); in test_munlockall1() 485 if (mlockall(MCL_CURRENT | MCL_ONFAULT | MCL_FUTURE))