Searched refs:total_expected (Results 1 – 1 of 1) sorted by relevance
173 double total_bytes = 0, total_expected; in socket_test_status() local175 total_expected = SOCKET_THREADS * SOCKET_BYTES; in socket_test_status()180 (total_bytes * 100) / total_expected); in socket_test_status()310 double total_sent = 0, total_received = 0, total_expected; in custom_ether_status() local312 total_expected = CUSTOM_ETHER_THREADS * CUSTOM_ETHER_ITERATIONS; in custom_ether_status()319 (total_sent * 100) / total_expected, in custom_ether_status()320 (total_received * 100) / total_expected); in custom_ether_status()