Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_pacing.c120 #define MSEC_PER_SEC (1000) /* milliseconds per second */ macro
135 rate *= MSEC_PER_SEC; in tcp_compute_measured_rate()
/xnu-12377.61.12/tests/
H A Daqm_qdelay_utun.c45 } else if (n >= MSEC_PER_SEC) { in nsec_to_str()
46 t = n / MSEC_PER_SEC; in nsec_to_str()
/xnu-12377.61.12/tests/iokit/
H A Dioserviceusernotification_race.c113 …PER_INVOCATIONS + WAIT_TIME3_MS * EXTERNAL_METHOD_GROUP_SIZE + WAIT_TIME4_MS) < 28 * MSEC_PER_SEC);
/xnu-12377.61.12/tests/skywalk/
H A Dskywalk_test_common.c2862 } else if (n >= MSEC_PER_SEC) { in nsec_to_str()
2863 t = n / MSEC_PER_SEC; in nsec_to_str()