Searched refs:next (Results 1 – 2 of 2) sorted by relevance
35 struct io_wq_work_node *next; member47 struct io_wq_work_node *next = pos->next; in wq_list_add_after() local49 pos->next = node; in wq_list_add_after()50 node->next = next; in wq_list_add_after()51 if (!next) in wq_list_add_after()58 node->next = NULL; in wq_list_add_tail()63 list->last->next = node; in wq_list_add_tail()74 WRITE_ONCE(list->first, last->next); in wq_list_cut()76 prev->next = last->next; in wq_list_cut()80 last->next = NULL; in wq_list_cut()[all …]
1452 req->work.list.next = NULL; in io_prep_async_work()2214 struct io_wq_work_node *next = node->next; in tctx_task_work() local2226 node = next; in tctx_task_work()2284 node = node->next; in io_req_task_work_add()8378 struct llist_node *next = node->next; in io_rsrc_put_work() local8382 node = next; in io_rsrc_put_work()