Home | History | Annotate | Download | only in src

Lines Matching full:bytes_sent

409   double	bytes_sent;
443 bytes_sent = 0.0;
784 /* bytes_sent regardless of the way the test length was controlled. */
789 bytes_sent = ((double) send_size * (double) nummessages) + (double) len;
790 thruput = calc_thruput(bytes_sent);
807 local_service_demand = calc_service_demand(bytes_sent,
826 remote_service_demand = calc_service_demand(bytes_sent,
916 bytes_sent,
917 bytes_sent / (double)nummessages,
919 bytes_sent / (double)dlpi_co_stream_result->recv_calls,
1674 /* bytes_sent regardless of the way the test length was controlled. */
1863 double bytes_sent;
2181 bytes_sent = send_size * messages_sent;
2182 local_thruput = calc_thruput(bytes_sent);
2206 local_service_demand = calc_service_demand(bytes_sent,
3083 /* bytes_sent regardless of the way the test length was controlled. */