Searched refs:io_wq_current_is_worker (Results 1 - 5 of 5) sorted by relevance

/linux-master/io_uring/
H A Dio-wq.h79 static inline bool io_wq_current_is_worker(void) function
H A Dcancel.c109 WARN_ON_ONCE(!io_wq_current_is_worker() && tctx != current->io_uring);
H A Drw.c214 if ((req->flags & REQ_F_NOWAIT) || (io_wq_current_is_worker() &&
H A Dio-wq.c181 if (WARN_ON_ONCE(!io_wq_current_is_worker()))
H A Dio_uring.c580 if (ev_fd->eventfd_async && !io_wq_current_is_worker())
947 lockdep_assert(!io_wq_current_is_worker());

Completed in 146 milliseconds