Home
last modified time | relevance | path

Searched defs:URingStats (Results 1 – 1 of 1) sorted by relevance

/external/crosvm/io_uring/src/
During.rs64 pub struct URingStats { struct
65 total_enter_calls: AtomicU64, // Number of times the uring has been entered.
66 total_ops: AtomicU64, // Total ops submitted to io_uring.
67 total_complete: AtomicU64, // Total ops completed by io_uring.