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

/linux-master/io_uring/
H A Dfdinfo.c217 list_for_each_entry(ocqe, &ctx->cq_overflow_list, list) {
H A Dio_uring.c305 INIT_LIST_HEAD(&ctx->cq_overflow_list);
685 while (!list_empty(&ctx->cq_overflow_list)) {
689 ocqe = list_first_entry(&ctx->cq_overflow_list,
701 if (list_empty(&ctx->cq_overflow_list)) {
792 if (list_empty(&ctx->cq_overflow_list)) {
804 list_add_tail(&ocqe->list, &ctx->cq_overflow_list);
/linux-master/include/linux/
H A Dio_uring_types.h350 struct list_head cq_overflow_list; member in struct:io_ring_ctx

Completed in 133 milliseconds