Home
last modified time | relevance | path

Searched refs:curop (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/usr.bin/nfsstat/
Dnfsstat.c120 struct nfsstatsv1 *prev_stats, int curop, long double etime,
581 struct nfsstatsv1 *prev_stats, int curop, in compute_new_stats() argument
595 total_bytes = cur_stats->srvbytes[curop]; in compute_new_stats()
596 total_operations = cur_stats->srvops[curop]; in compute_new_stats()
598 total_bytes -= prev_stats->srvbytes[curop]; in compute_new_stats()
599 total_operations -= prev_stats->srvops[curop]; in compute_new_stats()
631 *ms_per_transfer = DELTA_T(srvduration[curop]); in compute_new_stats()