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; local
793 old_tot = 0;
796 old_tot = 0;
804 old_tot += knp_old[i].value.ui64;
805 tot -= old_tot;
854 uint64_t tot, tot_ops, old_tot, old_tot_ops; local
872 old_tot = 0;
874 old_tot = kptr_old[0].value.ui64 + kptr_old[1].value.ui64;
886 tot -= old_tot;

Completed in 61 milliseconds