Searched refs:work_llist (Results 1 – 4 of 4) sorted by relevance
188 head = READ_ONCE(ctx->work_llist.first); in io_req_local_work_add()212 } while (!try_cmpxchg(&ctx->work_llist.first, &head, in io_req_local_work_add()287 node = llist_del_all(&ctx->work_llist); in io_move_task_work_from_local()348 node = llist_reverse_order(llist_del_all(&ctx->work_llist)); in __io_run_local_work()
101 if (!llist_empty(&ctx->work_llist)) in io_cqring_min_timer_wakeup()
282 init_llist_head(&ctx->work_llist); in io_ring_ctx_alloc()
406 struct llist_head work_llist; member