Home
last modified time | relevance | path

Searched refs:io_wq_current_is_worker (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/io_uring/
Dio-wq.h223 static inline bool io_wq_current_is_worker(void) in io_wq_current_is_worker() function
Dio_uring.c2052 if (!ev_fd->eventfd_async || io_wq_current_is_worker()) in io_eventfd_signal()
3194 if ((req->flags & REQ_F_NOWAIT) || (io_wq_current_is_worker() && in io_rw_should_reissue()
7641 WARN_ON_ONCE(!io_wq_current_is_worker() && req->task != current); in io_try_cancel()