Home
last modified time | relevance | path

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

/external/netperf/
Dnettest_unix.c568 thruput = calc_thruput(bytes_sent); in send_stream_stream()
1375 thruput = calc_thruput(bytes_xferd); in send_stream_rr()
1798 local_thruput = calc_thruput(bytes_sent); in send_dg_stream()
1805 remote_thruput = calc_thruput(bytes_recvd); in send_dg_stream()
2582 thruput = calc_thruput(bytes_xferd); in send_dg_rr()
Dnettest_dlpi.c547 thruput = calc_thruput(bytes_sent); in send_dlpi_co_stream()
1438 thruput = calc_thruput(bytes_xferd); in send_dlpi_co_rr()
1936 local_thruput = calc_thruput(bytes_sent); in send_dlpi_cl_stream()
1943 remote_thruput = calc_thruput(bytes_recvd); in send_dlpi_cl_stream()
2841 thruput = calc_thruput(bytes_xferd); in send_dlpi_cl_rr()
Dnetlib.h500 extern double calc_thruput(double units_received);
Dnettest_bsd.c1723 thruput = calc_thruput(bytes_sent); in send_tcp_stream()
2428 thruput = calc_thruput(bytes_sent); in send_tcp_maerts()
3185 thruput = calc_thruput(bytes_sent); in send_exs_tcp_stream()
4006 thruput = calc_thruput(bytes_sent);
6068 local_thruput = calc_thruput(bytes_sent); in send_udp_stream()
6073 remote_thruput = calc_thruput(bytes_recvd); in send_udp_stream()
8473 thruput = calc_thruput(bytes_xferd); in send_tcp_conn_rr()
9518 thruput = calc_thruput(bytes_xferd); in send_tcp_tran_rr()
11560 thruput = calc_thruput(bytes_xferd); in send_tcp_cc()
Dnettest_xti.c1036 thruput = calc_thruput(bytes_sent); in send_xti_tcp_stream()
2854 local_thruput = calc_thruput(bytes_sent); in send_xti_udp_stream()
2861 remote_thruput = calc_thruput(bytes_recvd); in send_xti_udp_stream()
5408 thruput = calc_thruput(bytes_xferd); in send_xti_tcp_conn_rr()
Dnettest_sdp.c646 thruput = calc_thruput(bytes_sent); in send_sdp_stream()
1354 thruput = calc_thruput(bytes_sent); in send_sdp_maerts()
Dnettest_sctp.c853 thruput = (double) calc_thruput(bytes_sent);
2016 thruput = (double) calc_thruput(bytes_sent);
Dnetlib.c3081 calc_thruput(double units_received) in calc_thruput() function