Home
last modified time | relevance | path

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

/xnu-11215.81.4/tests/
H A Daqm_qdelay_utun.c33 #define MSEC_PER_SEC 1000 /* milliseconds per second */ macro
46 } else if (n >= MSEC_PER_SEC) { in nsec_to_str()
47 t = n / MSEC_PER_SEC; in nsec_to_str()
/xnu-11215.81.4/bsd/netinet/
H A Dtcp_prague.c82 #define MSEC_PER_SEC (1000) /* milliseconds per second */ macro
370 rate *= MSEC_PER_SEC; in prague_update_pacer_state()
656 tp->snd_cwnd * MSEC_PER_SEC / PACING_INITIAL_RTT; in tcp_prague_cwnd_init_or_reset()
/xnu-11215.81.4/tests/skywalk/
H A Dskywalk_test_common.c2914 } else if (n >= MSEC_PER_SEC) { in nsec_to_str()
2915 t = n / MSEC_PER_SEC; in nsec_to_str()