Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dio_uring_types.h339 struct llist_head retry_llist; member
/linux/io_uring/
H A Dio_uring.h353 return !llist_empty(&ctx->work_llist) || !llist_empty(&ctx->retry_llist); in io_local_work_pending()
H A Dio_uring.c1260 node = llist_del_all(&ctx->retry_llist); in io_move_task_work_from_local()
1310 ret = __io_run_local_work_loop(&ctx->retry_llist.first, ts, max_events); in __io_run_local_work()
1311 if (ctx->retry_llist.first) in __io_run_local_work()
1320 ctx->retry_llist.first = node; in __io_run_local_work()