Searched refs:CompleteQueueState (Results 1 – 1 of 1) sorted by relevance
193 complete_ring: CompleteQueueState,242 let complete_ring = CompleteQueueState::new( in new()697 struct CompleteQueueState { struct705 impl CompleteQueueState { impl709 unsafe fn new(mmap: MemoryMapping, params: &io_uring_params) -> CompleteQueueState { in new() argument714 CompleteQueueState { in new()789 impl<'c> Iterator for &'c CompleteQueueState { implementation