Home
last modified time | relevance | path

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

/io_uring/
Dio_uring.c213 struct io_uring_cqe cqe; member
1690 struct io_uring_cqe *cqe = io_get_cqe(ctx); in __io_cqring_overflow_flush() local
1693 if (!cqe && !force) in __io_cqring_overflow_flush()
1697 if (cqe) in __io_cqring_overflow_flush()
1698 memcpy(cqe, &ocqe->cqe, sizeof(*cqe)); in __io_cqring_overflow_flush()
1804 ocqe->cqe.user_data = user_data; in io_cqring_event_overflow()
1805 ocqe->cqe.res = res; in io_cqring_event_overflow()
1806 ocqe->cqe.flags = cflags; in io_cqring_event_overflow()
1814 struct io_uring_cqe *cqe; in __io_fill_cqe() local
1823 cqe = io_get_cqe(ctx); in __io_fill_cqe()
[all …]