io_wq_current_is_worker
WARN_ON_ONCE(!io_wq_current_is_worker() && tctx != current->io_uring);
return !ev_fd->eventfd_async || io_wq_current_is_worker();
if (WARN_ON_ONCE(!io_wq_current_is_worker()))
lockdep_assert(!io_wq_current_is_worker());
lockdep_assert(!io_wq_current_is_worker());
if ((req->flags & REQ_F_NOWAIT) || (io_wq_current_is_worker() &&