Searched refs:child_exit (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/testing/selftests/clone3/
H A Dclone3_cap_checkpoint_restore.c32 static void child_exit(int ret) function
64 child_exit(EXIT_FAILURE);
65 child_exit(EXIT_SUCCESS);
154 child_exit(EXIT_SUCCESS);
H A Dclone3_set_tid.c31 static void child_exit(int ret) function
92 child_exit(EXIT_FAILURE);
93 child_exit(exit_code);
273 child_exit(EXIT_SUCCESS);
355 child_exit(ksft_cnt.ksft_fail);
/linux-master/tools/testing/ktest/
H A Dktest.pl2791 my $child_exit;
2863 $child_exit = $? >> 8;
2870 if ($child_exit == $bisect_ret_good) {
2875 if ($child_exit == $bisect_ret_skip) {
2880 if ($child_exit == $bisect_ret_abort) {
2885 if ($child_exit == $bisect_ret_skip) {
2905 if ($bug || $child_exit) {

Completed in 125 milliseconds