Home
last modified time | relevance | path

Searched refs:io_wq_is_hashed (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/io_uring/
H A Dio-wq.h144 static inline bool io_wq_is_hashed(struct io_wq_work *work) in io_wq_is_hashed() function
H A Dio-wq.c472 if (!io_wq_is_hashed(work)) { in io_get_next_work()
581 if (!work && linked && !io_wq_is_hashed(linked)) { in io_worker_handle_work()
884 if (!io_wq_is_hashed(work)) { in io_wqe_insert_work()
1000 if (io_wq_is_hashed(work) && work == wqe->hash_tail[hash]) { in io_wqe_remove_pending()
H A Dio_uring.c1501 trace_io_uring_queue_async_work(ctx, io_wq_is_hashed(&req->work), req, in io_queue_async_work()