Searched refs:HPTS_MSEC_IN_SEC (Results 1 – 3 of 3) sorted by relevance
34 #define HPTS_MSEC_IN_SEC 1000 macro183 return ((uint32_t) ((sv->tv_sec * HPTS_MSEC_IN_SEC) + (sv->tv_usec/HPTS_USEC_IN_MSEC))); in tcp_tv_to_mssectick()
122 return((uint32_t)(ts / HPTS_MSEC_IN_SEC)); in rack_ts_to_msec()
2259 if (timeleft < HPTS_MSEC_IN_SEC) { in rack_rate_cap_bw()