Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libdladm/common/
H A Dusage.c609 uint64_t tottime; in add_pe_to_file() local
619 tottime = pe[count].net_pe_tottime; in add_pe_to_file()
620 usage.du_bandwidth = (tottime > 0) ? in add_pe_to_file()
621 ((pe[count].net_pe_totbytes * 8) / tottime) : 0; in add_pe_to_file()