Searched refs:HPTS_TICKS_PER_USEC (Results 1 – 3 of 3) sorted by relevance
47 #define HPTS_TICKS_PER_USEC 10 macro
998 need_new_to = slot * HPTS_TICKS_PER_USEC; in tcp_hpts_insert_locked()1477 hpts->p_delayed_by = (ticks_to_run - (i + 1)) * HPTS_TICKS_PER_USEC; in tcp_hptsi()1840 tv.tv_usec = hpts->p_hpts_sleep_time * HPTS_TICKS_PER_USEC; in tcp_hpts_thread()1992 tv.tv_usec = hpts->p_hpts_sleep_time * HPTS_TICKS_PER_USEC; in tcp_init_hptsi()
4790 if (slot <= HPTS_TICKS_PER_USEC) { in rack_start_hpts_timer()4792 rack->r_ctl.rc_agg_delayed += (HPTS_TICKS_PER_USEC - slot); in rack_start_hpts_timer()4793 slot = HPTS_TICKS_PER_USEC; in rack_start_hpts_timer()4796 rack->r_ctl.rc_agg_delayed -= (slot - HPTS_TICKS_PER_USEC); in rack_start_hpts_timer()4797 slot = HPTS_TICKS_PER_USEC; in rack_start_hpts_timer()4803 if (slot < HPTS_TICKS_PER_USEC) { in rack_start_hpts_timer()4804 rack->r_ctl.rc_agg_delayed = HPTS_TICKS_PER_USEC - slot; in rack_start_hpts_timer()4805 slot = HPTS_TICKS_PER_USEC; in rack_start_hpts_timer()