Searched refs:MSEC_PER_SEC (Results 1 – 4 of 4) sorted by relevance
120 #define MSEC_PER_SEC (1000) /* milliseconds per second */ macro135 rate *= MSEC_PER_SEC; in tcp_compute_measured_rate()
45 } else if (n >= MSEC_PER_SEC) { in nsec_to_str()46 t = n / MSEC_PER_SEC; in nsec_to_str()
113 …PER_INVOCATIONS + WAIT_TIME3_MS * EXTERNAL_METHOD_GROUP_SIZE + WAIT_TIME4_MS) < 28 * MSEC_PER_SEC);
2862 } else if (n >= MSEC_PER_SEC) { in nsec_to_str()2863 t = n / MSEC_PER_SEC; in nsec_to_str()