| /linux/tools/testing/selftests/kvm/ |
| H A D | hardware_disable_test.c | 40 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 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/kernel/ |
| H A D | vhost_task.c | 20 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 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 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 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/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/arch/x86/kernel/cpu/sgx/ |
| H A D | driver.c | 72 * not exited yet. The processes, which have exited, are gone from the in sgx_release()
|
| /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/io_uring/ |
| H A D | sqpoll.h | 21 struct completion exited; member
|
| /linux/scripts/gdb/linux/ |
| H A D | utils.py | 193 gdb.events.exited.disconnect(exit_handler) 215 gdb.events.exited.connect(exit_handler)
|
| /linux/tools/testing/selftests/cgroup/ |
| H A D | test_cpu.c | 427 * 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 D | hwesleep.c | 141 * PARAMETERS: sleep_state - Which sleep state we just exited 172 * PARAMETERS: sleep_state - Which sleep state we just exited
|
| H A D | hwsleep.c | 172 * PARAMETERS: sleep_state - Which sleep state we just exited 237 * PARAMETERS: sleep_state - Which sleep state we just exited
|
| /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.
|