Home
last modified time | relevance | path

Searched refs:exited (Results 1 – 25 of 39) sorted by relevance

12

/Linux-v6.1/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-v6.1/tools/testing/selftests/arm64/fp/
Dfp-stress.c36 bool exited; member
104 child->exited = false; in child_start()
203 if (child->output_seen && !child->exited) in child_tickle()
209 if (!child->exited) in child_stop()
219 if (!child->exited) { in child_cleanup()
257 children[i].exited = true; in handle_child_signal()
/Linux-v6.1/io_uring/
Dsqpoll.c64 wait_for_completion(&sqd->exited); in io_sq_thread_stop()
158 init_completion(&sqd->exited); in io_get_sq_data()
311 complete(&sqd->exited); in io_sq_thread()
417 complete(&ctx->sq_data->exited); in io_sq_offload_create()
Dsqpoll.h20 struct completion exited; member
/Linux-v6.1/scripts/gdb/linux/
Dutils.py165 gdb.events.exited.disconnect(exit_handler)
187 gdb.events.exited.connect(exit_handler)
/Linux-v6.1/kernel/
Dkthread.c59 struct completion exited; member
121 init_completion(&kthread->exited); in set_kthread_struct()
123 p->vfork_done = &kthread->exited; in set_kthread_struct()
709 wait_for_completion(&kthread->exited); in kthread_stop()
Dexit.c1827 bool exited; in thread_group_exited() local
1831 exited = !task || in thread_group_exited()
1835 return exited; in thread_group_exited()
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-bus-typec10 entered/exited so poll(2) on the attribute wakes up.
Dsysfs-driver-typec-displayport21 where the mode has been exited (to exit the mode, see
/Linux-v6.1/Documentation/devicetree/bindings/arm/msm/
Dqcom,saw2.txt8 system, notifying them when a low power state is entered or exited.
/Linux-v6.1/Documentation/ABI/obsolete/
Dsysfs-class-typec45 entered/exited so poll(2) on the attribute wakes up.
/Linux-v6.1/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-v6.1/Documentation/mm/
Dactive_mm.rst63 user exited on another CPU while a lazy user was still active, so you do
/Linux-v6.1/Documentation/RCU/
Drcu.rst35 three states, we know that that CPU has exited any previous RCU
/Linux-v6.1/security/keys/
DKconfig49 have exited, not that they survive the machine being rebooted.
/Linux-v6.1/Documentation/driver-api/usb/
Dtypec_bus.rst65 after the mode has been exited.
/Linux-v6.1/Documentation/driver-api/
Dslimbus.rst109 Clock-pause is exited by waking up framer device (if controller driver initiates
/Linux-v6.1/Documentation/admin-guide/cgroup-v1/
Dhugetlb.rst118 caused the reservation or fault has exited.
/Linux-v6.1/Documentation/ia64/
Dfsys.rst177 is exited. This is accomplished with the help of the lower-privilege
180 PSR.lp and returns immediately. When fsys-mode is exited via the
/Linux-v6.1/Documentation/accounting/
Dtaskstats.rst131 the group is added up and added to the accumulated total for previously exited
/Linux-v6.1/Documentation/locking/
Drobust-futexes.rst34 to be notified that the last owner of the lock exited in some irregular
/Linux-v6.1/Documentation/powerpc/
Dvas-api.rst251 the thread is exited without closing the window and the request is issued
/Linux-v6.1/Documentation/x86/
Dintel_txt.rst160 launch, TXT must first be exited. This is to prevent attacks that
/Linux-v6.1/Documentation/block/
Dublk.rst150 command is accepted after the old process has exited, ublk device is quiesced
/Linux-v6.1/Documentation/admin-guide/
Dinitrd.rst369 Once linuxrc exited, the kernel would mount again your initrd as root,

12