Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/io_uring/
H A Dio-wq.h166 static inline bool io_wq_current_is_worker(void) in io_wq_current_is_worker() function
H A Dio_uring.c1621 return !ctx->eventfd_async || io_wq_current_is_worker(); in io_should_trigger_evfd()
2666 if ((req->flags & REQ_F_NOWAIT) || (io_wq_current_is_worker() && in io_rw_should_reissue()
2794 const bool in_async = io_wq_current_is_worker(); in io_iopoll_req_issued()
6208 WARN_ON_ONCE(!io_wq_current_is_worker() && req->task != current); in io_try_cancel_userdata()