Searched refs:ocqe (Results 1 – 1 of 1) sorted by relevance
1644 struct io_overflow_cqe *ocqe; in __io_cqring_overflow_flush() local1648 ocqe = list_first_entry(&ctx->cq_overflow_list, in __io_cqring_overflow_flush()1651 memcpy(cqe, &ocqe->cqe, sizeof(*cqe)); in __io_cqring_overflow_flush()1656 list_del(&ocqe->list); in __io_cqring_overflow_flush()1657 kfree(ocqe); in __io_cqring_overflow_flush()1727 struct io_overflow_cqe *ocqe; in io_cqring_event_overflow() local1729 ocqe = kmalloc(sizeof(*ocqe), GFP_ATOMIC | __GFP_ACCOUNT); in io_cqring_event_overflow()1730 if (!ocqe) { in io_cqring_event_overflow()1745 ocqe->cqe.user_data = user_data; in io_cqring_event_overflow()1746 ocqe->cqe.res = res; in io_cqring_event_overflow()[all …]