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

/external/netperf/
H A Dnetlib.h500 extern double calc_thruput(double units_received);
H A Dnettest_dlpi.c549 thruput = calc_thruput(bytes_sent);
1442 thruput = calc_thruput(bytes_xferd);
1941 local_thruput = calc_thruput(bytes_sent);
1948 remote_thruput = calc_thruput(bytes_recvd);
2848 thruput = calc_thruput(bytes_xferd);
H A Dnettest_unix.c572 thruput = calc_thruput(bytes_sent);
1381 thruput = calc_thruput(bytes_xferd);
1805 local_thruput = calc_thruput(bytes_sent);
1812 remote_thruput = calc_thruput(bytes_recvd);
2591 thruput = calc_thruput(bytes_xferd);
H A Dnettest_bsd.c1730 thruput = calc_thruput(bytes_sent);
2436 thruput = calc_thruput(bytes_sent);
3194 thruput = calc_thruput(bytes_sent);
4016 thruput = calc_thruput(bytes_sent);
6081 local_thruput = calc_thruput(bytes_sent);
6086 remote_thruput = calc_thruput(bytes_recvd);
8492 thruput = calc_thruput(bytes_xferd);
9539 thruput = calc_thruput(bytes_xferd);
11585 thruput = calc_thruput(bytes_xferd);
H A Dnettest_sdp.c648 thruput = calc_thruput(bytes_sent);
1357 thruput = calc_thruput(bytes_sent);
H A Dnettest_xti.c1040 thruput = calc_thruput(bytes_sent);
2861 local_thruput = calc_thruput(bytes_sent);
2868 remote_thruput = calc_thruput(bytes_recvd);
5420 thruput = calc_thruput(bytes_xferd);
H A Dnettest_sctp.c858 thruput = (double) calc_thruput(bytes_sent);
2023 thruput = (double) calc_thruput(bytes_sent);
H A Dnetlib.c24 /* calc_thruput() calulate the tput in units */
3105 calc_thruput(double units_received)
3081 calc_thruput(double units_received) function

Completed in 114 milliseconds