Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dtw.c188 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()
H A Dwait.c101 if (!llist_empty(&ctx->work_llist)) in io_cqring_min_timer_wakeup()
H A Dio_uring.c282 init_llist_head(&ctx->work_llist); in io_ring_ctx_alloc()
/linux/include/linux/
H A Dio_uring_types.h406 struct llist_head work_llist; member