Lines Matching refs:llist_node
22 struct llist_node *node = llist_del_all(&ctx->fallback_llist); in io_fallback_req_func()
53 struct llist_node *io_handle_tw_list(struct llist_node *node, in io_handle_tw_list()
61 struct llist_node *next = node->next; in io_handle_tw_list()
88 static __cold void __io_fallback_tw(struct llist_node *node, bool sync) in __io_fallback_tw()
118 struct llist_node *node = llist_del_all(&tctx->task_list); in io_fallback_tw()
123 struct llist_node *tctx_task_work_run(struct io_uring_task *tctx, in tctx_task_work_run()
127 struct llist_node *node; in tctx_task_work_run()
146 struct llist_node *ret; in tctx_task_work()
174 struct llist_node *head; in io_req_local_work_add()
276 struct llist_node *node = llist_del_all(&ctx->work_llist); in io_move_task_work_from_local()
295 static int __io_run_local_work_loop(struct llist_node **node, in __io_run_local_work_loop()
302 struct llist_node *next = (*node)->next; in __io_run_local_work_loop()
319 struct llist_node *node; in __io_run_local_work()