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.c313 INIT_LIST_HEAD(&ctx->cq_overflow_list);
675 list_splice_init(&ctx->cq_overflow_list, &list);
697 while (!list_empty(&ctx->cq_overflow_list)) {
703 ocqe = list_first_entry(&ctx->cq_overflow_list,
710 if (list_empty(&ctx->cq_overflow_list)) {
804 if (list_empty(&ctx->cq_overflow_list)) {
816 list_add_tail(&ocqe->list, &ctx->cq_overflow_list);
/linux-master/include/linux/
H A Dio_uring_types.h353 struct list_head cq_overflow_list; member in struct:io_ring_ctx

Completed in 225 milliseconds