/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/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() 137 init_completion(&vtsk->exited); in vhost_task_create()
|
H A D | task_work.c | 40 * 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 D | bp-modify.c | 69 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 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 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 D | init_enable_count.c | 58 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 D | prog_run.bpf.c | 20 scx_bpf_exit(0xdeadbeef, "Exited from PROG_RUN"); in BPF_PROG()
|
/linux/io_uring/ |
H A D | sqpoll.c | 68 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 D | sqpoll.h | 21 struct completion exited; member
|
/linux/scripts/gdb/linux/ |
H A D | utils.py | 188 gdb.events.exited.disconnect(exit_handler) 210 gdb.events.exited.connect(exit_handler)
|
/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/tools/testing/selftests/pidfd/ |
H A D | pidfd_wait.c | 191 * child processes exist but none have exited. in TEST() 200 * exited. in TEST()
|
/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/Documentation/ABI/testing/ |
H A D | sysfs-bus-typec | 10 entered/exited so poll(2) on the attribute wakes up.
|
H A D | sysfs-driver-typec-displayport | 21 where the mode has been exited (to exit the mode, see
|
/linux/Documentation/ABI/obsolete/ |
H A D | sysfs-class-typec | 45 entered/exited so poll(2) on the attribute wakes up.
|
/linux/tools/testing/selftests/hid/tests/ |
H A D | conftest.py | 18 # up once the last test exited.
|
/linux/tools/perf/tests/shell/lib/ |
H A D | waiting.sh | 76 echo "PID $1 exited prematurely"
|
/linux/include/uapi/linux/ |
H A D | ivtv.h | 38 When you close the file handle the user DMA mode is exited again.
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_xdp_do_redirect.c | 95 * it exited a physical NIC. Those pages will be counted in the in xdp_count_pkts()
|
/linux/drivers/virt/nitro_enclaves/ |
H A D | ne_misc_dev.h | 88 * @NE_STATE_STOPPED: The enclave exited without userspace interaction.
|
/linux/arch/mips/include/asm/ |
H A D | dsemul.h | 87 * Return: True if a frame was exited, else false.
|
/linux/arch/powerpc/kvm/ |
H A D | book3s_xics.h | 84 /* Counters for each reason we exited real mode */
|