Home
last modified time | relevance | path

Searched refs:ocqe (Results 1 – 1 of 1) sorted by relevance

/io_uring/
Dio_uring.c1691 struct io_overflow_cqe *ocqe; in __io_cqring_overflow_flush() local
1695 ocqe = list_first_entry(&ctx->cq_overflow_list, in __io_cqring_overflow_flush()
1698 memcpy(cqe, &ocqe->cqe, sizeof(*cqe)); in __io_cqring_overflow_flush()
1703 list_del(&ocqe->list); in __io_cqring_overflow_flush()
1704 kfree(ocqe); in __io_cqring_overflow_flush()
1786 struct io_overflow_cqe *ocqe; in io_cqring_event_overflow() local
1788 ocqe = kmalloc(sizeof(*ocqe), GFP_ATOMIC | __GFP_ACCOUNT); in io_cqring_event_overflow()
1789 if (!ocqe) { in io_cqring_event_overflow()
1804 ocqe->cqe.user_data = user_data; in io_cqring_event_overflow()
1805 ocqe->cqe.res = res; in io_cqring_event_overflow()
[all …]