Searched refs:work_llist (Results 1 – 3 of 3) sorted by relevance
345 struct llist_head work_llist; member
371 return !llist_empty(&ctx->work_llist) || !llist_empty(&ctx->retry_llist); in io_local_work_pending()
345 init_llist_head(&ctx->work_llist); in io_ring_ctx_alloc()1165 head = READ_ONCE(ctx->work_llist.first); in io_req_local_work_add()1189 } while (!try_cmpxchg(&ctx->work_llist.first, &head, in io_req_local_work_add()1259 struct llist_node *node = llist_del_all(&ctx->work_llist); in io_move_task_work_from_local()1320 node = llist_reverse_order(llist_del_all(&ctx->work_llist)); in __io_run_local_work()2422 if (!llist_empty(&ctx->work_llist)) in io_cqring_min_timer_wakeup()