Home
last modified time | relevance | path

Searched refs:exited (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-6.6/kernel/
H A Dvhost_task.c18 struct completion exited; member
60 complete(&vtsk->exited); in vhost_task_fn()
91 wait_for_completion(&vtsk->exited); in vhost_task_stop()
124 init_completion(&vtsk->exited); in vhost_task_create()
H A Dkthread.c60 struct completion exited; member
122 init_completion(&kthread->exited); in set_kthread_struct()
124 p->vfork_done = &kthread->exited; in set_kthread_struct()
649 * Returns 0 if the thread is parked, -ENOSYS if the thread exited.
709 wait_for_completion(&kthread->exited); in kthread_stop()
H A Dexit.c276 * exited already, and the leader's parent ignores SIGCHLD, in release_task()
675 /* If it has exited notify the new parent about this child's death. */ in reparent_leader()
851 * If the last thread of global init has exited, panic in do_exit()
961 pr_info("note: %s[%d] exited with irqs disabled\n", in make_task_dead()
966 pr_info("note: %s[%d] exited with preempt_count %d\n", in make_task_dead()
1469 * target task dies. Only continued and exited can happen. in wait_consider_task()
1902 * thread_group_exited - check that a thread group has exited
1905 * Test if the thread group represented by tgid has exited (all
1908 * Return: true if the thread group has exited. false otherwise.
1913 bool exited; in thread_group_exited() local
[all...]
/kernel/linux/linux-5.10/tools/perf/tests/
H A Dtask-exit.c17 static int exited; variable
22 exited = 1; in sig_handler()
33 exited = 1; in workload_exec_failed_signal()
135 if (!exited || !nr_exit) { in test__task_exit()
/kernel/linux/linux-6.6/tools/perf/tests/
H A 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()
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/fp/
H A Dfp-stress.c36 bool exited; member
130 child->exited = false; in child_start()
223 if (child->output_seen && !child->exited) in child_tickle()
229 if (!child->exited) in child_stop()
239 if (!child->exited) { in child_cleanup()
262 ksft_print_msg("%s exited with error code %d\n", in child_cleanup()
277 children[i].exited = true; in handle_child_signal()
608 children[i].exited) in main()
/kernel/linux/linux-5.10/scripts/gdb/linux/
H A Dutils.py158 gdb.events.exited.disconnect(exit_handler)
180 gdb.events.exited.connect(exit_handler)
/kernel/linux/linux-6.6/io_uring/
H A Dsqpoll.c64 wait_for_completion(&sqd->exited); in io_sq_thread_stop()
158 init_completion(&sqd->exited); in io_get_sq_data()
322 complete(&sqd->exited); in io_sq_thread()
427 complete(&ctx->sq_data->exited); in io_sq_offload_create()
H A Dsqpoll.h20 struct completion exited; member
/kernel/linux/linux-6.6/scripts/gdb/linux/
H A Dutils.py188 gdb.events.exited.disconnect(exit_handler)
210 gdb.events.exited.connect(exit_handler)
/kernel/linux/linux-5.10/kernel/
H A Dkthread.c59 struct completion exited; member
293 init_completion(&self->exited); in kthread()
295 current->vfork_done = &self->exited; in kthread()
583 * Returns 0 if the thread is parked, -ENOSYS if the thread exited.
642 wait_for_completion(&kthread->exited); in kthread_stop()
H A Dexit.c267 * exited already, and the leader's parent ignores SIGCHLD, in release_task()
643 /* If it has exited notify the new parent about this child's death. */ in reparent_leader()
799 pr_info("note: %s[%d] exited with preempt_count %d\n", in do_exit()
838 * If the last thread of global init has exited, panic in do_exit()
1428 * target task dies. Only continued and exited can happen. in wait_consider_task()
1814 * thread_group_exited - check that a thread group has exited
1817 * Test if the thread group represented by tgid has exited (all
1820 * Return: true if the thread group has exited. false otherwise.
1825 bool exited; in thread_group_exited() local
1829 exited in thread_group_exited()
[all...]
/kernel/linux/linux-5.10/io_uring/
H A Dio_uring.c295 struct completion exited; member
7595 complete(&sqd->exited); in io_sq_thread()
8073 wait_for_completion(&sqd->exited); in io_sq_thread_stop()
8157 init_completion(&sqd->exited); in io_get_sq_data()
8795 complete(&ctx->sq_data->exited); in io_sq_offload_create()
10420 * the mm is exited and dropped before the files, hence we need to hang in io_uring_create()

Completed in 24 milliseconds