Home
last modified time | relevance | path

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

/freebsd/usr.bin/nfsstat/
H A Dnfsstat.c103 struct nfsstatsv1 *prev_stats, int curop, long double etime,
555 struct nfsstatsv1 *prev_stats, int curop, in compute_new_stats() argument
569 total_bytes = cur_stats->srvbytes[curop]; in compute_new_stats()
570 total_operations = cur_stats->srvops[curop]; in compute_new_stats()
572 total_bytes -= prev_stats->srvbytes[curop]; in compute_new_stats()
573 total_operations -= prev_stats->srvops[curop]; in compute_new_stats()
605 *ms_per_transfer = DELTA_T(srvduration[curop]); in compute_new_stats()