Searched refs:retry_llist (Results 1 – 2 of 2) sorted by relevance
289 node = llist_del_all(&ctx->retry_llist); in io_move_task_work_from_local()340 ret = __io_run_local_work_loop(&ctx->retry_llist.first, tw, max_events); in __io_run_local_work()341 if (ctx->retry_llist.first) in __io_run_local_work()350 ctx->retry_llist.first = node; in __io_run_local_work()
407 struct llist_head retry_llist; member