Searched refs:io_wq_is_hashed (Results 1 - 3 of 3) sorted by last modified time

/linux-master/io_uring/
H A Dio_uring.c524 trace_io_uring_queue_async_work(req, io_wq_is_hashed(&req->work));
H A Dio-wq.c489 if (!io_wq_is_hashed(work)) {
602 if (!work && linked && !io_wq_is_hashed(linked)) {
906 if (!io_wq_is_hashed(work)) {
1025 if (io_wq_is_hashed(work) && work == wq->hash_tail[hash]) {
H A Dio-wq.h57 static inline bool io_wq_is_hashed(struct io_wq_work *work) function

Completed in 2206 milliseconds