Home
last modified time | relevance | path

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

/io_uring/
Dio-wq.h24 struct io_wq_work_node *next; member
36 struct io_wq_work_node *next = pos->next; in wq_list_add_after() local
38 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 …]
Dio_uring.c1445 req->work.list.next = NULL; in io_prep_async_work()
2207 struct io_wq_work_node *next = node->next; in tctx_task_work() local
2219 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() local
8547 node = next; in io_rsrc_put_work()