Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/nfs/nfsstat/
H A Dnfsstat.c773 uint64_t tot, old_tot; in req_print() local
793 old_tot = 0; in req_print()
796 old_tot = 0; in req_print()
804 old_tot += knp_old[i].value.ui64; in req_print()
805 tot -= old_tot; in req_print()
854 uint64_t tot, tot_ops, old_tot, old_tot_ops; in req_print_v4() local
872 old_tot = 0; in req_print_v4()
874 old_tot = kptr_old[0].value.ui64 + kptr_old[1].value.ui64; in req_print_v4()
886 tot -= old_tot; in req_print_v4()