Home
last modified time | relevance | path

Searched full:exited (Results 1 – 25 of 209) sorted by relevance

123456789

/linux/tools/testing/selftests/kvm/
H A Dhardware_disable_test.c40 TEST_ASSERT(false, "%s: exited with reason %d: %s", in run_vcpu()
54 TEST_ASSERT(false, "%s: exited", __func__); in sleeping_thread()
124 * to check if the child exited prematurely. in wait_for_child_setup()
140 * If it exited with a non-zero status, we explicitly forward in wait_for_child_setup()
141 * the child's status in case it exited with KSFT_SKIP. in wait_for_child_setup()
146 TEST_ASSERT(false, "Child exited unexpectedly"); in wait_for_child_setup()
172 "%s: [%d] child exited unexpectedly status: [%d]", in main()
/linux/tools/memory-model/scripts/
H A Dcmplitmushist.sh41 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 Dgcs-stress.c34 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 Dbasic-gcs.c281 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 Dpidfd_info_test.c136 /* 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 Dpidfd_wait.c191 * child processes exist but none have exited. in TEST()
200 * exited. in TEST()
/linux/tools/perf/tests/
H A Dtask-exit.c17 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/kernel/
H A Dvhost_task.c20 struct completion exited; member
65 complete(&vtsk->exited); in vhost_task_fn()
102 wait_for_completion(&vtsk->exited); in vhost_task_stop()
138 init_completion(&vtsk->exited); in vhost_task_create()
/linux/tools/perf/arch/x86/tests/
H A Dbp-modify.c69 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 Dthread.h44 * @exited: Has the thread had an exit event. Such threads are usually in DECLARE_RC_STRUCT()
48 bool exited; in DECLARE_RC_STRUCT() local
203 static inline void thread__set_exited(struct thread *thread, bool exited) in thread__set_exited() argument
205 RC_CHK_ACCESS(thread)->exited = exited; in thread__set_exited()
/linux/tools/testing/selftests/arm64/fp/
H A Dfp-stress.c39 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/tools/testing/selftests/ublk/
H A Dtest_generic_17.sh25 echo "recover command exited with unexpected code ${RECOVER_RES}!"
30 # exited ublk server completes. So if teardown never completes, we will
H A Dtest_generic_06.sh31 echo "dd unexpectedly exited successfully!"
/linux/arch/x86/kernel/cpu/sgx/
H A Ddriver.c72 * not exited yet. The processes, which have exited, are gone from the in sgx_release()
/linux/tools/testing/selftests/sched_ext/
H A Dinit_enable_count.c108 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 Dprog_run.bpf.c20 scx_bpf_exit(0xdeadbeef, "Exited from PROG_RUN"); in BPF_PROG()
/linux/Documentation/virt/kvm/
H A Dvcpu-requests.rst131 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/io_uring/
H A Dsqpoll.h21 struct completion exited; member
/linux/scripts/gdb/linux/
H A Dutils.py193 gdb.events.exited.disconnect(exit_handler)
215 gdb.events.exited.connect(exit_handler)
/linux/tools/testing/selftests/cgroup/
H A Dtest_cpu.c427 * Once all of the children have exited, we verify that each child cgroup
467 * Once all of the children have exited, we verify that each child cgroup
613 * Once all of those processes have exited, we verify that each of the leaf
633 * Once all of those processes have exited, we verify that each of the leaf
/linux/drivers/acpi/acpica/
H A Dhwesleep.c141 * PARAMETERS: sleep_state - Which sleep state we just exited
172 * PARAMETERS: sleep_state - Which sleep state we just exited
H A Dhwsleep.c172 * PARAMETERS: sleep_state - Which sleep state we just exited
237 * PARAMETERS: sleep_state - Which sleep state we just exited
/linux/include/linux/
H A Dprocessor.h10 * with spin_end when the loop is exited. spin_cpu_relax must be called
/linux/tools/testing/selftests/riscv/vector/
H A Dv_helpers.c86 printf("child exited abnormally\n");
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-typec10 entered/exited so poll(2) on the attribute wakes up.

123456789