Searched refs:linked (Results 1 – 1 of 1) sorted by relevance
590 struct io_wq_work *next_hashed, *linked; in io_worker_handle_work() local600 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()