| /linux/tools/testing/selftests/kvm/ |
| H A D | hardware_disable_test.c | 46 TEST_FAIL("vCPU%d exited with reason %d: %s", in sleeping_thread() 62 TEST_FAIL("%s: exited", __func__); in check_create_thread() 101 * to check if the child exited prematurely. in run_test() 117 * If it exited with a non-zero status, we explicitly forward in run_test() 118 * the child's status in case it exited with KSFT_SKIP. in run_test() 123 TEST_ASSERT(false, "Child exited unexpectedly"); in wait_for_child_setup() 157 "%s: [%d] child exited unexpectedly status: [%d]", in main()
|
| /linux/tools/memory-model/scripts/ |
| H A D | cmplitmushist.sh | 41 elif grep -q '^Command exited with non-zero status 124' $1 || 42 grep -q '^Command exited with non-zero status 124' $2 44 if grep -q '^Command exited with non-zero status 124' $1 && 45 grep -q '^Command exited with non-zero status 124' $2 48 elif grep -q '^Command exited with non-zero status 124' $1 51 elif grep -q '^Command exited with non-zero status 124' $2
|
| /linux/tools/testing/selftests/arm64/gcs/ |
| H A D | gcs-stress.c | 34 bool exited; member 129 child->exited = false; in start_thread() 229 if (child->output_seen && !child->exited) in child_tickle() 235 if (!child->exited) in child_stop() 245 if (!child->exited) { in child_cleanup() 261 child->exited = true; in child_cleanup() 266 ksft_print_msg("%s: Exited due to signal %d\n", in child_cleanup() 269 child->exited = true; in child_cleanup() 271 } while (!child->exited); in child_cleanup() 280 ksft_print_msg("%s exited with error code %d\n", in child_cleanup() [all …]
|
| H A D | basic-gcs.c | 281 ksft_print_msg("Child exited due to signal %d\n", in test_fork() 286 ksft_print_msg("Child exited with status %d\n", in test_fork() 344 ksft_print_msg("Child exited due to signal %d\n", in test_vfork() 348 ksft_print_msg("Child exited with status %d\n", in test_vfork()
|
| /linux/tools/testing/selftests/pidfd/ |
| H A D | pidfd_info_test.c | 136 /* Process has exited but not been reaped so this must work. */ in TEST_F() 142 /* Process has exited but not been reaped, so no PIDFD_INFO_EXIT information yet. */ in TEST_F() 170 /* Process has exited but not been reaped so this must work. */ in TEST_F() 176 /* Process has exited but not been reaped, so no PIDFD_INFO_EXIT information yet. */ in TEST_F() 278 * thread-group leader exited prematurely and in TEST_F() 280 * exited. in TEST_F() 313 * exited. So we can't poll before we have taken down the whole in TEST_F() 320 /* Process has exited but not been reaped, so no PIDFD_INFO_EXIT information yet. */ in TEST_F() 331 /* Process has exited but not been reaped, so no PIDFD_INFO_EXIT information yet. */ in TEST_F() 338 /* The thread hasn't exited, s in TEST_F() [all...] |
| H A D | pidfd_wait.c | 191 * child processes exist but none have exited. in TEST() 200 * exited. in TEST()
|
| /linux/tools/perf/tests/ |
| H A D | task-exit.c | 17 static int exited; variable 22 exited = 1; in sig_handler() 33 exited = 1; in workload_exec_failed_signal() 130 if (!exited || !nr_exit) { in test__task_exit()
|
| /linux/tools/perf/arch/x86/tests/ |
| H A D | bp-modify.c | 69 pr_debug("tracee exited prematurely 1\n"); in bp_modify1() 106 pr_debug("tracee exited prematurely 2\n"); in bp_modify1() 142 pr_debug("tracee exited prematurely 1\n"); in bp_modify2() 179 pr_debug("tracee exited prematurely 2\n"); in bp_modify2()
|
| /linux/tools/perf/util/ |
| H A D | thread.h | 44 * @exited: Has the thread had an exit event. Such threads are usually in DECLARE_RC_STRUCT() 48 bool exited; in DECLARE_RC_STRUCT() local 208 static inline void thread__set_exited(struct thread *thread, bool exited) in thread__comm_set() 210 RC_CHK_ACCESS(thread)->exited = exited; in thread__comm_set() 203 thread__set_exited(struct thread * thread,bool exited) thread__set_exited() argument
|
| /linux/tools/testing/selftests/ublk/ |
| H A D | test_generic_17.sh | 25 echo "recover command exited with unexpected code ${RECOVER_RES}!" 30 # exited ublk server completes. So if teardown never completes, we will
|
| H A D | test_generic_06.sh | 31 echo "dd unexpectedly exited successfully!"
|
| /linux/tools/testing/selftests/arm64/fp/ |
| H A D | fp-stress.c | 39 bool exited; member 132 child->exited = false; in child_start() 225 if (child->output_seen && !child->exited) in child_tickle() 231 if (!child->exited) in child_stop() 241 if (!child->exited) { in child_cleanup() 264 ksft_print_msg("%s exited with error code %d\n", in child_cleanup() 279 children[i].exited = true; in handle_child_signal() 619 children[i].exited) in main()
|
| /linux/io_uring/ |
| H A D | sqpoll.c | 80 wait_for_completion(&sqd->exited); in io_sq_thread_stop() 166 init_completion(&sqd->exited); in io_get_sq_data() 420 complete(&sqd->exited); in io_sq_thread() 540 complete(&ctx->sq_data->exited); in io_sq_offload_create()
|
| H A D | sqpoll.h | 21 struct completion exited; member
|
| /linux/tools/testing/selftests/sched_ext/ |
| H A D | init_enable_count.c | 108 SCX_FAIL_IF(status != 0, "SCX child %d exited with status %d\n", i, in run_test() 123 SCX_FAIL_IF(status != 0, "Normal child %d exited with status %d\n", i, in run_test()
|
| H A D | prog_run.bpf.c | 20 scx_bpf_exit(0xdeadbeef, "Exited from PROG_RUN"); in BPF_PROG()
|
| /linux/Documentation/virt/kvm/ |
| H A D | vcpu-requests.rst | 131 This "request" ensures the target vCPU has exited guest mode prior to the 134 to a "kick", but unlike a kick it guarantees the vCPU has actually exited 137 guarantee the to-be-kicked vCPU has fully exited guest mode.
|
| /linux/scripts/gdb/linux/ |
| H A D | utils.py | 193 gdb.events.exited.disconnect(exit_handler) 215 gdb.events.exited.connect(exit_handler)
|
| /linux/include/linux/ |
| H A D | processor.h | 10 * with spin_end when the loop is exited. spin_cpu_relax must be called
|
| /linux/tools/testing/selftests/riscv/vector/ |
| H A D | v_helpers.c | 86 printf("child exited abnormally\n");
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-typec | 10 entered/exited so poll(2) on the attribute wakes up.
|
| /linux/tools/testing/selftests/cgroup/ |
| H A D | test_cpu.c | 429 * Once all of the children have exited, we verify that each child cgroup 469 * Once all of the children have exited, we verify that each child cgroup 615 * Once all of those processes have exited, we verify that each of the leaf 635 * Once all of those processes have exited, we verify that each of the leaf
|
| /linux/Documentation/ABI/obsolete/ |
| H A D | sysfs-class-typec | 45 entered/exited so poll(2) on the attribute wakes up.
|
| /linux/lib/kunit/ |
| H A D | try-catch.c | 56 * underlying kthread->exited) can be used to wait for the end of a in kunit_try_catch_run()
|
| /linux/tools/perf/tests/shell/lib/ |
| H A D | waiting.sh | 76 echo "PID $1 exited prematurely"
|