Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dtw.c289 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()
/linux/include/linux/
H A Dio_uring_types.h407 struct llist_head retry_llist; member