Home
last modified time | relevance | path

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

/external/crosvm/io_uring/src/
During.rs193 complete_ring: CompleteQueueState,
242 let complete_ring = CompleteQueueState::new( in new()
697 struct CompleteQueueState { struct
705 impl CompleteQueueState { argument
709 unsafe fn new(mmap: MemoryMapping, params: &io_uring_params) -> CompleteQueueState { in new() argument
714 CompleteQueueState { in new()
789 impl<'c> Iterator for &'c CompleteQueueState { implementation