Lines Matching refs:ksft_exit_fail_msg

184 		ksft_exit_fail_msg("mmap error: %s", strerror(errno));  in test_mlock_lock()
188 ksft_exit_fail_msg("mlock2(0): %s\n", strerror(errno)); in test_mlock_lock()
196 ksft_exit_fail_msg("munlock(): %s\n", strerror(errno)); in test_mlock_lock()
235 ksft_exit_fail_msg("mmap error: %s", strerror(errno)); in test_mlock_onfault()
239 ksft_exit_fail_msg("mlock2(MLOCK_ONFAULT): %s\n", strerror(errno)); in test_mlock_onfault()
247 ksft_exit_fail_msg("munlock(): %s\n", strerror(errno)); in test_mlock_onfault()
262 ksft_exit_fail_msg("mmap error: %s", strerror(errno)); in test_lock_onfault_of_present()
285 ksft_exit_fail_msg("mmap error: %s\n", strerror(errno)); in test_munlockall0()
289 ksft_exit_fail_msg("mlockall(MCL_CURRENT): %s\n", strerror(errno)); in test_munlockall0()
296 ksft_exit_fail_msg("munlockall(): %s\n", strerror(errno)); in test_munlockall0()
311 ksft_exit_fail_msg("mmap error: %s", strerror(errno)); in test_munlockall1()
315 ksft_exit_fail_msg("mlockall(MCL_CURRENT | MCL_ONFAULT): %s\n", strerror(errno)); in test_munlockall1()
322 ksft_exit_fail_msg("munlockall(): %s\n", strerror(errno)); in test_munlockall1()
329 ksft_exit_fail_msg("mlockall(MCL_CURRENT | MCL_FUTURE): %s\n", strerror(errno)); in test_munlockall1()
336 ksft_exit_fail_msg("munlockall() %s\n", strerror(errno)); in test_munlockall1()
354 ksft_exit_fail_msg("mmap error: %s", strerror(errno)); in test_vma_management()
422 ksft_exit_fail_msg("mlockall failed: %s\n", strerror(errno)); in test_mlockall()
437 ksft_exit_fail_msg("mmap error: %s", strerror(errno)); in main()