Searched refs:ocqe (Results 1 – 1 of 1) sorted by relevance
1679 struct io_overflow_cqe *ocqe; in __io_cqring_overflow_flush() local1683 ocqe = list_first_entry(&ctx->cq_overflow_list, in __io_cqring_overflow_flush()1686 memcpy(cqe, &ocqe->cqe, sizeof(*cqe)); in __io_cqring_overflow_flush()1691 list_del(&ocqe->list); in __io_cqring_overflow_flush()1692 kfree(ocqe); in __io_cqring_overflow_flush()1774 struct io_overflow_cqe *ocqe; in io_cqring_event_overflow() local1776 ocqe = kmalloc(sizeof(*ocqe), GFP_ATOMIC | __GFP_ACCOUNT); in io_cqring_event_overflow()1777 if (!ocqe) { in io_cqring_event_overflow()1792 ocqe->cqe.user_data = user_data; in io_cqring_event_overflow()1793 ocqe->cqe.res = res; in io_cqring_event_overflow()[all …]