Searched refs:HPTS_USEC_IN_MSEC (Results 1 – 2 of 2) sorted by relevance
52 #define HPTS_USEC_IN_MSEC 1000 macro246 return ((uint32_t) ((sv->tv_sec * HPTS_MSEC_IN_SEC) + (sv->tv_usec/HPTS_USEC_IN_MSEC))); in tcp_tv_to_mssectick()
3477 ltim = max(1, (utim/HPTS_USEC_IN_MSEC)); in rack_do_goodput_measurement()3668 srtt = HPTS_USEC_IN_MSEC; in rack_do_goodput_measurement()11495 slot *= HPTS_USEC_IN_MSEC; in rack_get_pacing_delay()11517 return (rack->r_ctl.rc_min_to * HPTS_USEC_IN_MSEC); in rack_get_pacing_delay()12124 slot = (1 * HPTS_USEC_IN_MSEC); in rack_output()13979 slot = ((1 + rack->rc_enobuf) * HPTS_USEC_IN_MSEC); in rack_output()13985 if (slot < (10 * HPTS_USEC_IN_MSEC)) in rack_output()13986 slot = 10 * HPTS_USEC_IN_MSEC; in rack_output()14006 slot = 10 * HPTS_USEC_IN_MSEC; in rack_output()14019 slot = 10 * HPTS_USEC_IN_MSEC; in rack_output()[all …]