Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/skywalk/
H A Dskt_filter.c173 double total_bytes = 0, total_expected; in socket_test_status() local
175 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() local
312 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()