Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/bpf/
Dbench.c51 long total_hits = 0, total_drops = 0, total_false_hits = 0, total_ops = 0; in false_hits_report_final() local
88 double total_ops; in hits_drops_report_final() local
/external/crosvm/io_uring/src/
During.rs85 pub total_ops: AtomicU64, // Total ops submitted to io_uring. field