Home
last modified time | relevance | path

Searched refs:ksft_exit_fail_perror (Results 1 – 10 of 10) sorted by relevance

/linux/tools/testing/selftests/signal/
H A Dmangle_uc_sigmask.c57 ksft_exit_fail_perror("raise"); in handler_verify_ucontext()
88 ksft_exit_fail_perror("raise"); in handler_usr()
97 ksft_exit_fail_perror("raise"); in handler_usr()
104 ksft_exit_fail_perror("raise"); in handler_usr()
119 ksft_exit_fail_perror("sigaddset"); in handler_usr()
139 ksft_exit_fail_perror("Cannot install handler"); in main()
145 ksft_exit_fail_perror("Cannot install handler"); in main()
149 ksft_exit_fail_perror("raise"); in main()
156 ksft_exit_fail_perror("raise"); in main()
162 ksft_exit_fail_perror("Cannot install handler"); in main()
[all …]
/linux/tools/testing/selftests/exec/
H A Drecursion-depth.c40 ksft_exit_fail_perror("error: unshare"); in main()
44 ksft_exit_fail_perror("error: mount '/'"); in main()
48 ksft_exit_fail_perror("error: mount ramfs"); in main()
54 ksft_exit_fail_perror("error: creat"); in main()
58 ksft_exit_fail_perror("error: write"); in main()
/linux/tools/testing/selftests/mm/
H A Dhugetlb_dio.c45 ksft_exit_fail_perror("Error opening file\n"); in run_dio_using_hugetlb()
58 ksft_exit_fail_perror("Error mapping memory\n"); in run_dio_using_hugetlb()
69 ksft_exit_fail_perror("Error writing to file\n"); in run_dio_using_hugetlb()
H A Dvirtual_address_range.c
H A Drmap.c424 ksft_exit_fail_perror("PR_SET_MEMORY_MERGE=1 failed"); in TEST_F()
H A Dguard-regions.c186 ksft_exit_fail_perror("sigaction"); in setup_sighandler()
207 ksft_exit_fail_perror("mkstemp"); in open_file()
/linux/tools/testing/selftests/kvm/arm64/
H A Dsea_to_user.c69 ksft_exit_fail_perror("Failed to open /proc/self/pagemap"); in translate_to_host_paddr()
72 ksft_exit_fail_perror("Failed to read /proc/self/pagemap"); in translate_to_host_paddr()
78 ksft_exit_fail_perror("Page not present"); in translate_to_host_paddr()
96 ksft_exit_fail_perror("Failed to write EINJ entry"); in write_einj_entry()
/linux/tools/testing/selftests/arm64/abi/
H A Dptrace.c166 ksft_exit_fail_perror("PTRACE_TRACEME"); in do_child()
169 ksft_exit_fail_perror("raise(SIGSTOP)"); in do_child()
/linux/tools/testing/selftests/arm64/tags/
H A Dtags_test.c28 ksft_exit_fail_perror("Failed to allocate utsname buffer"); in main()
/linux/tools/testing/selftests/
H A Dkselftest.h420 static inline __noreturn void ksft_exit_fail_perror(const char *msg) in ksft_exit_fail_perror() function