Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dio_uring.c634 struct io_overflow_cqe *ocqe; in __io_cqring_overflow_flush() local
636 ocqe = list_first_entry(&ctx->cq_overflow_list, in __io_cqring_overflow_flush()
642 memcpy(cqe, &ocqe->cqe, cqe_size); in __io_cqring_overflow_flush()
644 list_del(&ocqe->list); in __io_cqring_overflow_flush()
645 kfree(ocqe); in __io_cqring_overflow_flush()
722 struct io_overflow_cqe *ocqe; in io_cqring_event_overflow() local
731 ocqe = kmalloc(ocq_size, GFP_ATOMIC | __GFP_ACCOUNT); in io_cqring_event_overflow()
732 trace_io_uring_cqe_overflow(ctx, user_data, res, cflags, ocqe); in io_cqring_event_overflow()
733 if (!ocqe) { in io_cqring_event_overflow()
748 ocqe->cqe.user_data = user_data; in io_cqring_event_overflow()
[all …]