Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dio_uring_types.h358 struct llist_head retry_llist; member
/linux-6.15/io_uring/
H A Dio_uring.h387 return !llist_empty(&ctx->work_llist) || !llist_empty(&ctx->retry_llist); in io_local_work_pending()
H A Dio_uring.c1252 node = llist_del_all(&ctx->retry_llist); in io_move_task_work_from_local()
1302 ret = __io_run_local_work_loop(&ctx->retry_llist.first, tw, max_events); in __io_run_local_work()
1303 if (ctx->retry_llist.first) in __io_run_local_work()
1312 ctx->retry_llist.first = node; in __io_run_local_work()