Searched refs:calc_thruput (Results 1 – 9 of 9) sorted by relevance
567 thruput = calc_thruput(bytes_sent); in send_stream_stream()1376 thruput = calc_thruput(bytes_xferd); in send_stream_rr()1801 local_thruput = calc_thruput(bytes_sent); in send_dg_stream()1808 remote_thruput = calc_thruput(bytes_recvd); in send_dg_stream()2588 thruput = calc_thruput(bytes_xferd); in send_dg_rr()
787 thruput = calc_thruput(bytes_sent); in send_dlpi_co_stream()1678 thruput = calc_thruput(bytes_xferd); in send_dlpi_co_rr()2176 local_thruput = calc_thruput(bytes_sent); in send_dlpi_cl_stream()2183 remote_thruput = calc_thruput(bytes_recvd); in send_dlpi_cl_stream()3081 thruput = calc_thruput(bytes_xferd); in send_dlpi_cl_rr()
600 extern double calc_thruput(double units_received);
4731 thruput = calc_thruput((double)trans_completed); in send_omni_inner()4733 thruput = calc_thruput(bytes_xferd); in send_omni_inner()4735 thruput = calc_thruput(remote_bytes_xferd); in send_omni_inner()4769 transaction_rate = calc_thruput((double)trans_completed); in send_omni_inner()4868 local_send_thruput = calc_thruput((double)bytes_sent); in send_omni_inner()4869 local_recv_thruput = calc_thruput((double)bytes_received); in send_omni_inner()4870 remote_send_thruput = calc_thruput((double)remote_bytes_sent); in send_omni_inner()4871 remote_recv_thruput = calc_thruput((double)remote_bytes_received); in send_omni_inner()
2201 thruput = calc_thruput(bytes_sent); in send_tcp_stream()2929 thruput = calc_thruput(bytes_sent); in send_tcp_maerts()3887 thruput = calc_thruput(bytes_sent); in send_exs_tcp_stream()4652 thruput = calc_thruput(bytes_sent);6825 local_thruput = calc_thruput(bytes_sent); in send_udp_stream()6830 remote_thruput = calc_thruput(bytes_recvd); in send_udp_stream()9302 thruput = calc_thruput(bytes_xferd); in send_tcp_conn_rr()10356 thruput = calc_thruput(bytes_xferd); in send_tcp_tran_rr()12424 thruput = calc_thruput(bytes_xferd); in send_tcp_cc()
1035 thruput = calc_thruput(bytes_sent); in send_xti_tcp_stream()2853 local_thruput = calc_thruput(bytes_sent); in send_xti_udp_stream()2860 remote_thruput = calc_thruput(bytes_recvd); in send_xti_udp_stream()5407 thruput = calc_thruput(bytes_xferd); in send_xti_tcp_conn_rr()
646 thruput = calc_thruput(bytes_sent); in send_sdp_stream()1354 thruput = calc_thruput(bytes_sent); in send_sdp_maerts()
841 thruput = (double) calc_thruput(bytes_sent); in send_sctp_stream()1999 thruput = (double) calc_thruput(bytes_sent); in send_sctp_stream_1toMany()
3635 calc_thruput(double units_received) in calc_thruput() function