Searched refs:MSEC_PER_SEC (Results 1 – 3 of 3) sorted by relevance
33 #define MSEC_PER_SEC 1000 /* milliseconds per second */ macro46 } else if (n >= MSEC_PER_SEC) { in nsec_to_str()47 t = n / MSEC_PER_SEC; in nsec_to_str()
82 #define MSEC_PER_SEC (1000) /* milliseconds per second */ macro370 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()
2914 } else if (n >= MSEC_PER_SEC) { in nsec_to_str()2915 t = n / MSEC_PER_SEC; in nsec_to_str()