Home
last modified time | relevance | path

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

/io_uring/
Dio-wq.c590 struct io_wq_work *next_hashed, *linked; in io_worker_handle_work() local
600 linked = wq->free_work(work); in io_worker_handle_work()
602 if (!work && linked && !io_wq_is_hashed(linked)) { in io_worker_handle_work()
603 work = linked; in io_worker_handle_work()
604 linked = NULL; in io_worker_handle_work()
607 if (linked) in io_worker_handle_work()
608 io_wqe_enqueue(wqe, linked); in io_worker_handle_work()