Home
last modified time | relevance | path

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

12345678

/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/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()
137 init_completion(&vtsk->exited); in vhost_task_create()
H A 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/tools/perf/arch/x86/tests/
H A 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/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
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/tools/testing/selftests/sched_ext/
H A 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()
H A Dprog_run.bpf.c20 scx_bpf_exit(0xdeadbeef, "Exited from PROG_RUN"); in BPF_PROG()
/linux/io_uring/
H A 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()
H A Dsqpoll.h21 struct completion exited; member
/linux/scripts/gdb/linux/
H A Dutils.py188 gdb.events.exited.disconnect(exit_handler)
210 gdb.events.exited.connect(exit_handler)
/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/tools/testing/selftests/pidfd/
H A Dpidfd_wait.c191 * child processes exist but none have exited. in TEST()
200 * exited. in TEST()
/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/Documentation/ABI/testing/
H A Dsysfs-bus-typec10 entered/exited so poll(2) on the attribute wakes up.
H A Dsysfs-driver-typec-displayport21 where the mode has been exited (to exit the mode, see
/linux/Documentation/ABI/obsolete/
H A Dsysfs-class-typec45 entered/exited so poll(2) on the attribute wakes up.
/linux/tools/testing/selftests/hid/tests/
H A Dconftest.py18 # up once the last test exited.
/linux/tools/perf/tests/shell/lib/
H A Dwaiting.sh76 echo "PID $1 exited prematurely"
/linux/include/uapi/linux/
H A Divtv.h38 When you close the file handle the user DMA mode is exited again.
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_do_redirect.c95 * it exited a physical NIC. Those pages will be counted in the in xdp_count_pkts()
/linux/drivers/virt/nitro_enclaves/
H A Dne_misc_dev.h88 * @NE_STATE_STOPPED: The enclave exited without userspace interaction.
/linux/arch/mips/include/asm/
H A Ddsemul.h87 * Return: True if a frame was exited, else false.
/linux/arch/powerpc/kvm/
H A Dbook3s_xics.h84 /* Counters for each reason we exited real mode */

12345678