Home
last modified time | relevance | path

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

/Linux-v6.1/io_uring/
Dfdinfo.c190 list_for_each_entry(ocqe, &ctx->cq_overflow_list, list) { in __io_uring_show_fdinfo()
Dio_uring.c309 INIT_LIST_HEAD(&ctx->cq_overflow_list); in io_ring_ctx_alloc()
616 while (!list_empty(&ctx->cq_overflow_list)) { in __io_cqring_overflow_flush()
622 ocqe = list_first_entry(&ctx->cq_overflow_list, in __io_cqring_overflow_flush()
633 all_flushed = list_empty(&ctx->cq_overflow_list); in __io_cqring_overflow_flush()
712 if (list_empty(&ctx->cq_overflow_list)) { in io_cqring_event_overflow()
724 list_add_tail(&ocqe->list, &ctx->cq_overflow_list); in io_cqring_event_overflow()
/Linux-v6.1/include/linux/
Dio_uring_types.h250 struct list_head cq_overflow_list; member