Searched refs:retry_llist (Results 1 – 3 of 3) sorted by relevance
279 node = llist_del_all(&ctx->retry_llist); in io_move_task_work_from_local()330 ret = __io_run_local_work_loop(&ctx->retry_llist.first, tw, max_events); in __io_run_local_work()331 if (ctx->retry_llist.first) in __io_run_local_work()340 ctx->retry_llist.first = node; in __io_run_local_work()
92 return !llist_empty(&ctx->work_llist) || !llist_empty(&ctx->retry_llist); in io_local_work_pending()
393 struct llist_head retry_llist; member