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

/osnet-11/usr/src/lib/libdladm/common/
H A Dusage.c1047 uint64_t tot_time = 0; local
1103 usage.du_bandwidth = tot_bytes*8/tot_time;
1122 usage.du_bandwidth = tot_bytes*8/tot_time;
1125 NET_RESET_TOT(tot_bytes, tot_time, tot_ibytes,
1138 tot_time += ns->net_stat_tdiff;
1147 usage.du_bandwidth = tot_bytes*8/tot_time;
1151 NET_RESET_TOT(tot_bytes, tot_time, tot_ibytes,
1158 tot_time += ns->net_stat_tdiff;
1172 usage.du_bandwidth = tot_bytes*8/tot_time;

Completed in 18 milliseconds