Lines Matching refs:ocqe
1688 struct io_overflow_cqe *ocqe;
1692 ocqe = list_first_entry(&ctx->cq_overflow_list,
1695 memcpy(cqe, &ocqe->cqe, sizeof(*cqe));
1700 list_del(&ocqe->list);
1701 kfree(ocqe);
1783 struct io_overflow_cqe *ocqe;
1785 ocqe = kmalloc(sizeof(*ocqe), GFP_ATOMIC | __GFP_ACCOUNT);
1786 if (!ocqe) {
1801 ocqe->cqe.user_data = user_data;
1802 ocqe->cqe.res = res;
1803 ocqe->cqe.flags = cflags;
1804 list_add_tail(&ocqe->list, &ctx->cq_overflow_list);