Lines Matching refs:total_bytes
678 float total_bytes, txmsg_pop_total, txmsg_push_total; in msg_loop() local
699 total_bytes = (float)iov_length * (float)cnt; in msg_loop()
701 total_bytes *= (float)iov_count; in msg_loop()
703 txmsg_push_total = txmsg_end_push * (total_bytes / txmsg_apply); in msg_loop()
704 txmsg_pop_total = txmsg_pop * (total_bytes / txmsg_apply); in msg_loop()
709 total_bytes += txmsg_push_total; in msg_loop()
710 total_bytes -= txmsg_pop_total; in msg_loop()
718 while (s->bytes_recvd < total_bytes) { in msg_loop()
738 …r, "unexpected timeout: recved %zu/%f pop_total %f\n", s->bytes_recvd, total_bytes, txmsg_pop_tota… in msg_loop()
778 if (opt->check_recved_len && s->bytes_recvd > total_bytes) { in msg_loop()
781 s->bytes_recvd, total_bytes); in msg_loop()