Home
last modified time | relevance | path

Searched defs:exited (Results 1 – 4 of 4) sorted by relevance

/linux/io_uring/
H A Dsqpoll.h21 struct completion exited; member
/linux/kernel/
H A Dvhost_task.c20 struct completion exited; member
H A Dkthread.c65 struct completion exited; member
/linux/tools/perf/util/
H A Dthread.h48 bool exited; in DECLARE_RC_STRUCT() local
195 static inline void thread__set_exited(struct thread *thread, bool exited) in thread__set_exited()