Home
last modified time | relevance | path

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

1234567891011

/linux-6.14.4/tools/testing/selftests/kvm/
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-6.14.4/tools/memory-model/scripts/
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-6.14.4/tools/testing/selftests/arm64/gcs/
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 …]
Dbasic-gcs.c285 ksft_print_msg("Child exited due to signal %d\n", in test_fork()
290 ksft_print_msg("Child exited with status %d\n", in test_fork()
/linux-6.14.4/kernel/
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()
137 init_completion(&vtsk->exited); in vhost_task_create()
Dtask_work.c40 * Fails if the @task is exiting/exited and thus it can't process this @work.
124 * we raced with task_work_run(), *pprev == NULL/exited. in task_work_cancel_match()
/linux-6.14.4/tools/perf/tests/
Dtask-exit.c17 static int exited; variable
22 exited = 1; in sig_handler()
33 exited = 1; in workload_exec_failed_signal()
131 if (!exited || !nr_exit) { in test__task_exit()
/linux-6.14.4/tools/perf/arch/x86/tests/
Dbp-modify.c69 pr_debug("tracee exited prematurely 1\n"); in bp_modify1()
108 pr_debug("tracee exited prematurely 2\n"); in bp_modify1()
146 pr_debug("tracee exited prematurely 1\n"); in bp_modify2()
184 pr_debug("tracee exited prematurely 2\n"); in bp_modify2()
/linux-6.14.4/tools/perf/util/
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
195 static inline void thread__set_exited(struct thread *thread, bool exited) in thread__set_exited() argument
197 RC_CHK_ACCESS(thread)->exited = exited; in thread__set_exited()
/linux-6.14.4/tools/perf/util/bpf_skel/
Dbperf_follower.bpf.c77 if (fval->exited) in BPF_PROG()
132 child_fval.exited = 0; in BPF_PROG()
157 fval->exited = 1; in BPF_PROG()
Dbperf_u.h16 __u8 exited; member
/linux-6.14.4/tools/testing/selftests/arm64/fp/
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-6.14.4/tools/testing/selftests/sched_ext/
Dinit_enable_count.c58 SCX_FAIL_IF(status != 0, "Pre-forked child %d exited with status %d\n", i, in run_test()
95 SCX_FAIL_IF(status != 0, "SCX child %d exited with status %d\n", i, in run_test()
110 SCX_FAIL_IF(status != 0, "Normal child %d exited with status %d\n", i, in run_test()
Dprog_run.bpf.c20 scx_bpf_exit(0xdeadbeef, "Exited from PROG_RUN"); in BPF_PROG()
/linux-6.14.4/io_uring/
Dsqpoll.c68 wait_for_completion(&sqd->exited); in io_sq_thread_stop()
154 init_completion(&sqd->exited); in io_get_sq_data()
388 complete(&sqd->exited); in io_sq_thread()
503 complete(&ctx->sq_data->exited); in io_sq_offload_create()
Dsqpoll.h21 struct completion exited; member
/linux-6.14.4/arch/x86/kernel/cpu/sgx/
Ddriver.c52 * not exited yet. The processes, which have exited, are gone from the in sgx_release()
/linux-6.14.4/scripts/gdb/linux/
Dutils.py188 gdb.events.exited.disconnect(exit_handler)
210 gdb.events.exited.connect(exit_handler)
/linux-6.14.4/Documentation/virt/kvm/
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-6.14.4/tools/testing/selftests/pidfd/
Dpidfd_wait.c191 * child processes exist but none have exited. in TEST()
200 * exited. in TEST()
/linux-6.14.4/drivers/acpi/acpica/
Dhwesleep.c141 * PARAMETERS: sleep_state - Which sleep state we just exited
172 * PARAMETERS: sleep_state - Which sleep state we just exited
/linux-6.14.4/tools/testing/selftests/cgroup/
Dtest_cpu.c426 * Once all of the children have exited, we verify that each child cgroup
466 * Once all of the children have exited, we verify that each child cgroup
612 * Once all of those processes have exited, we verify that each of the leaf
632 * Once all of those processes have exited, we verify that each of the leaf
/linux-6.14.4/tools/testing/selftests/riscv/vector/
Dv_helpers.c63 printf("child exited abnormally\n"); in launch_test()
/linux-6.14.4/include/linux/
Dprocessor.h10 * with spin_end when the loop is exited. spin_cpu_relax must be called
/linux-6.14.4/Documentation/ABI/testing/
Dsysfs-bus-typec10 entered/exited so poll(2) on the attribute wakes up.

1234567891011