Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dio_uring_types.h357 struct llist_head work_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.c358 init_llist_head(&ctx->work_llist); in io_ring_ctx_alloc()
1156 head = READ_ONCE(ctx->work_llist.first); in io_req_local_work_add()
1180 } while (!try_cmpxchg(&ctx->work_llist.first, &head, in io_req_local_work_add()
1249 struct llist_node *node = llist_del_all(&ctx->work_llist); in io_move_task_work_from_local()
1310 node = llist_reverse_order(llist_del_all(&ctx->work_llist)); in __io_run_local_work()
2438 if (!llist_empty(&ctx->work_llist)) in io_cqring_min_timer_wakeup()