Searched defs:URingStats (Results 1 – 1 of 1) sorted by relevance
83 pub struct URingStats { struct84 total_enter_calls: AtomicU64, // Number of times the uring has been entered.85 pub total_ops: AtomicU64, // Total ops submitted to io_uring.86 total_complete: AtomicU64, // Total ops completed by io_uring.