Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dfdinfo.c207 list_for_each_entry(ocqe, &ctx->cq_overflow_list, list) { in __io_uring_show_fdinfo()
H A Dio_uring.c328 INIT_LIST_HEAD(&ctx->cq_overflow_list); in io_ring_ctx_alloc()
613 while (!list_empty(&ctx->cq_overflow_list)) { in __io_cqring_overflow_flush()
617 ocqe = list_first_entry(&ctx->cq_overflow_list, in __io_cqring_overflow_flush()
645 if (list_empty(&ctx->cq_overflow_list)) { in __io_cqring_overflow_flush()
718 if (list_empty(&ctx->cq_overflow_list)) { in io_cqring_add_overflow()
723 list_add_tail(&ocqe->list, &ctx->cq_overflow_list); in io_cqring_add_overflow()
/linux/include/linux/
H A Dio_uring_types.h374 struct list_head cq_overflow_list; member