Searched defs:URingStats (Results 1 – 1 of 1) sorted by relevance
64 pub struct URingStats { struct65 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.