Searched refs:next (Results 1 – 2 of 2) sorted by relevance
24 struct io_wq_work_node *next; member36 struct io_wq_work_node *next = pos->next; in wq_list_add_after() local38 pos->next = node; in wq_list_add_after()39 node->next = next; in wq_list_add_after()40 if (!next) in wq_list_add_after()47 node->next = NULL; in wq_list_add_tail()52 list->last->next = node; in wq_list_add_tail()63 WRITE_ONCE(list->first, last->next); in wq_list_cut()65 prev->next = last->next; in wq_list_cut()69 last->next = NULL; in wq_list_cut()[all …]
1445 req->work.list.next = NULL; in io_prep_async_work()2207 struct io_wq_work_node *next = node->next; in tctx_task_work() local2219 node = next; in tctx_task_work()2277 node = node->next; in io_req_task_work_add()8543 struct llist_node *next = node->next; in io_rsrc_put_work() local8547 node = next; in io_rsrc_put_work()