Searched refs:total_operations (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/usr.bin/ctlstat/
H A Dctlstat.c244 uint64_t total_bytes = 0, total_operations = 0, total_dmas = 0; local
257 total_operations +=
267 total_operations -=
287 if (total_operations > 0)
288 *kb_per_transfer /= total_operations;
291 *transfers_per_second = total_operations;
303 if (total_operations > 0) {
309 *ms_per_transfer /= total_operations;

Completed in 41 milliseconds