/linux/tools/testing/selftests/pidfd/ |
H A D | pidfd_test.c | 112 _exit(EXIT_SUCCESS); in test_pidfd_send_signal_exited_fail() 206 _exit(PIDFD_ERROR); in test_pidfd_send_signal_recycled_pid_fail() 212 _exit(PIDFD_ERROR); in test_pidfd_send_signal_recycled_pid_fail() 215 _exit(PIDFD_PASS); in test_pidfd_send_signal_recycled_pid_fail() 224 _exit(PIDFD_ERROR); in test_pidfd_send_signal_recycled_pid_fail() 237 _exit(PIDFD_SKIP); in test_pidfd_send_signal_recycled_pid_fail() 241 _exit(PIDFD_ERROR); in test_pidfd_send_signal_recycled_pid_fail() 251 _exit(PIDFD_ERROR); in test_pidfd_send_signal_recycled_pid_fail() 255 _exit(PIDFD_ERROR); in test_pidfd_send_signal_recycled_pid_fail() 262 _exit(PIDFD_PAS in test_pidfd_send_signal_recycled_pid_fail() [all...] |
H A D | pidfd_setns_test.c | 187 _exit(EXIT_FAILURE); in FIXTURE_SETUP() 189 _exit(EXIT_FAILURE); in FIXTURE_SETUP() 190 _exit(EXIT_SUCCESS); in FIXTURE_SETUP() 219 _exit(EXIT_FAILURE); in FIXTURE_SETUP() 223 _exit(EXIT_FAILURE); in FIXTURE_SETUP() 227 _exit(EXIT_FAILURE); in FIXTURE_SETUP() 231 _exit(EXIT_FAILURE); in FIXTURE_SETUP() 235 _exit(EXIT_FAILURE); in FIXTURE_SETUP() 239 _exit(EXIT_FAILURE); in FIXTURE_SETUP() 243 _exit(EXIT_FAILURE); in FIXTURE_SETUP() [all …]
|
H A D | pidfd_file_handle_test.c | 60 _exit(EXIT_FAILURE); in FIXTURE_SETUP() 65 _exit(EXIT_SUCCESS); in FIXTURE_SETUP() 82 _exit(EXIT_FAILURE); in FIXTURE_SETUP() 87 _exit(EXIT_SUCCESS); in FIXTURE_SETUP() 104 _exit(EXIT_FAILURE); in FIXTURE_SETUP() 109 _exit(EXIT_SUCCESS); in FIXTURE_SETUP() 260 _exit(1); in TEST_F() 262 _exit(0); in TEST_F()
|
/linux/tools/testing/selftests/powerpc/mm/ |
H A D | pkey_exec_prot.c | 36 _exit(1); in trap_handler() 49 _exit(1); in segv_handler() 55 _exit(1); in segv_handler() 64 _exit(1); in segv_handler() 70 _exit(1); in segv_handler() 86 _exit(1); in segv_handler() 91 _exit(1); in segv_handler() 96 _exit(1); in segv_handler()
|
H A D | exec_prot.c | 51 _exit(1); in trap_handler() 61 _exit(1); in segv_handler() 67 _exit(1); in segv_handler() 75 _exit(1); in segv_handler() 79 _exit(1); in segv_handler()
|
H A D | pkey_siginfo.c | 46 _exit(1); in segv_handler() 52 _exit(1); in segv_handler() 58 _exit(1); in segv_handler() 64 _exit(1); in segv_handler() 84 _exit(1); in segv_handler()
|
/linux/tools/testing/selftests/uevent/ |
H A D | uevent_filtering.c | 272 _exit(EXIT_FAILURE); in do_test() 281 _exit(EXIT_FAILURE); in do_test() 291 _exit(EXIT_FAILURE); in do_test() 296 _exit(EXIT_FAILURE); in do_test() 298 _exit(EXIT_SUCCESS); in do_test() 304 _exit(EXIT_FAILURE); in do_test() 345 _exit(EXIT_SUCCESS); in signal_handler() 347 _exit(EXIT_FAILURE); in signal_handler() 357 _exit(KSFT_SKIP); in TEST() 364 _exit(KSFT_SKIP); in TEST() [all …]
|
/linux/tools/testing/selftests/perf_events/ |
H A D | remove_on_exec.c | 109 _exit(42); in TEST_F() 135 _exit(42); in TEST_F() 144 _exit((perror("exec failed"), 1)); in TEST_F() 182 _exit((perror("exec failed"), 1)); in TEST_F() 207 _exit((perror("exec failed"), 1)); in TEST_F() 239 _exit((perror("sigaction failed"), 1)); in exec_child() 243 _exit((perror("write failed"), 1)); in exec_child()
|
/linux/tools/testing/selftests/powerpc/dexcr/ |
H A D | hashchk_test.c | 137 _exit(errno); in hashchk_exec_random_key_test() 140 _exit(errno); in hashchk_exec_random_key_test() 175 _exit(1); in hashchk_fork_share_key_test() 176 _exit(0); in hashchk_fork_share_key_test()
|
/linux/tools/testing/selftests/breakpoints/ |
H A D | breakpoint_test_arm64.c | 41 _exit(1); in child() 47 _exit(1); in child() 54 _exit(1); in child() 78 _exit(0); in child()
|
/linux/tools/testing/selftests/filesystems/ |
H A D | devpts_pts.c | 148 _exit(EXIT_FAILURE); in do_tiocgptpeer() 155 _exit(EXIT_FAILURE); in do_tiocgptpeer() 163 _exit(-1); in do_tiocgptpeer() 169 _exit(EXIT_SUCCESS); in do_tiocgptpeer()
|
/linux/tools/testing/selftests/powerpc/alignment/ |
H A D | copy_first_unaligned.c | 32 _exit(0); /* We hit the right instruction */ in signal_action_handler() 34 _exit(1); in signal_action_handler()
|
/linux/tools/testing/selftests/powerpc/tm/ |
H A D | tm-signal-msr-resv.c | 29 _exit(0); in signal_segv() 30 _exit(1); in signal_segv()
|
/linux/tools/testing/selftests/ |
H A D | kselftest_module.h | 49 static void __exit __module##_exit(void) \ 54 module_exit(__module##_exit)
|
/linux/include/linux/ |
H A D | intel_th.h | 73 static void __exit __buffer##_exit(void) \ 77 module_exit(__buffer##_exit);
|
H A D | isa.h | 61 static void __exit __isa_driver##_exit(void) \ 65 module_exit(__isa_driver##_exit)
|
/linux/arch/powerpc/platforms/cell/spufs/ |
H A D | spu_save_crt0.S | 81 .global _exit 83 _exit: label
|
H A D | spu_restore_crt0.S | 43 .global _exit 45 _exit: label
|
/linux/net/6lowpan/ |
H A D | nhc.h | 43 static void __exit __nhc##_exit(void) \ 47 module_exit(__nhc##_exit);
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | deny_namespace.c | 42 _exit(EXIT_FAILURE); in create_user_ns() 43 _exit(EXIT_SUCCESS); in create_user_ns()
|
/linux/tools/testing/selftests/x86/ |
H A D | amx.c | 511 _exit(0); in test_dynamic_state() 555 _exit(0); in test_dynamic_state() 641 _exit(0); in test_fork() 651 _exit(0); in test_fork() 884 _exit(0); in test_ptrace()
|
H A D | nx_stack.c | 149 _exit(EXIT_SUCCESS); in sigsegv() 158 _exit(EXIT_FAILURE); in sigtrap()
|
H A D | sysret_rip.c | 69 _exit(1); in sigsegv_for_sigreturn_test() 113 _exit(1); in sigsegv_for_fallthrough()
|
/linux/drivers/usb/storage/ |
H A D | usb.h | 204 static void __exit __driver##_exit(void) \ 208 module_exit(__driver##_exit)
|
/linux/arch/m68k/68000/ |
H A D | head.S | 240 _exit: label 241 jmp _exit /* should never get here */
|