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

/linux-master/kernel/
H A Dvhost_task.c18 struct completion exited; member in struct:vhost_task
60 complete(&vtsk->exited);
91 wait_for_completion(&vtsk->exited);
124 init_completion(&vtsk->exited);
H A Dkthread.c60 struct completion exited; member in struct:kthread
122 init_completion(&kthread->exited);
124 p->vfork_done = &kthread->exited;
649 * Returns 0 if the thread is parked, -ENOSYS if the thread exited.
709 wait_for_completion(&kthread->exited);
/linux-master/tools/perf/tests/
H A Dtask-exit.c17 static int exited; variable
22 exited = 1;
33 exited = 1;
131 if (!exited || !nr_exit) {
/linux-master/io_uring/
H A Dsqpoll.h21 struct completion exited; member in struct:io_sq_data
H A Dsqpoll.c66 wait_for_completion(&sqd->exited);
160 init_completion(&sqd->exited);
379 complete(&sqd->exited);
484 complete(&ctx->sq_data->exited);
/linux-master/tools/testing/selftests/arm64/fp/
H A Dfp-stress.c36 bool exited; member in struct:child_data
130 child->exited = false;
223 if (child->output_seen && !child->exited)
229 if (!child->exited)
239 if (!child->exited) {
262 ksft_print_msg("%s exited with error code %d\n",
277 children[i].exited = true;
608 children[i].exited)
/linux-master/tools/perf/util/
H A Dthread.h43 * @exited: Has the thread had an exit event. Such threads are usually
47 bool exited; local
194 static inline void thread__set_exited(struct thread *thread, bool exited) argument
196 RC_CHK_ACCESS(thread)->exited = exited;
/linux-master/scripts/gdb/linux/
H A Dutils.py188 gdb.events.exited.disconnect(exit_handler)
210 gdb.events.exited.connect(exit_handler)

Completed in 144 milliseconds