Searched refs:io_uring_cqe (Results 1 – 3 of 3) sorted by relevance
165 struct io_uring_cqe { struct
246 + ring_params.cq_entries as usize * std::mem::size_of::<io_uring_cqe>(), in new()727 fn get_cqe(&self, head: u32) -> &io_uring_cqe { in get_cqe() argument732 as *const io_uring_cqe; in get_cqe() constant
450 pub struct io_uring_cqe { struct