Home
last modified time | relevance | path

Searched refs:HPTS_TICKS_PER_SLOT (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/sys/netinet/
HDtcp_hpts.h30 #define HPTS_TICKS_PER_SLOT 10 macro
171 return ((sv->tv_sec * 100000) + (sv->tv_usec / HPTS_TICKS_PER_SLOT)); in tcp_tv_to_hptstick()
199 return (tcp_min_hptsi_time + HPTS_TICKS_PER_SLOT); in get_hpts_min_sleep_time()
HDtcp_hpts.c368 if ((new < (dynamic_min_sleep/HPTS_TICKS_PER_SLOT)) || in sysctl_net_inet_tcp_hpts_max_sleep()
949 need_new_to = slot * HPTS_TICKS_PER_SLOT; in tcp_hpts_insert_diag()
1118 ((NUM_OF_HPTSI_SLOTS-1) * HPTS_TICKS_PER_SLOT)) && in tcp_hptsi()
1199 HPTS_TICKS_PER_SLOT; in tcp_hptsi()
1582 tv.tv_usec = hpts->p_hpts_sleep_time * HPTS_TICKS_PER_SLOT; in __tcp_run_hpts()
1687 tv.tv_usec = hpts->p_hpts_sleep_time * HPTS_TICKS_PER_SLOT; in tcp_hpts_thread()
1999 tv.tv_usec = hpts->p_hpts_sleep_time * HPTS_TICKS_PER_SLOT; in tcp_hpts_mod_load()
/freebsd-14-stable/sys/netinet/tcp_stacks/
HDrack.c6794 if (slot <= HPTS_TICKS_PER_SLOT) { in rack_start_hpts_timer()
6796 rack->r_ctl.rc_agg_delayed += (HPTS_TICKS_PER_SLOT - slot); in rack_start_hpts_timer()
6797 slot = HPTS_TICKS_PER_SLOT; in rack_start_hpts_timer()
6800 rack->r_ctl.rc_agg_delayed -= (slot - HPTS_TICKS_PER_SLOT); in rack_start_hpts_timer()
6801 slot = HPTS_TICKS_PER_SLOT; in rack_start_hpts_timer()
6807 if (slot < HPTS_TICKS_PER_SLOT) { in rack_start_hpts_timer()
6808 rack->r_ctl.rc_agg_delayed = HPTS_TICKS_PER_SLOT - slot; in rack_start_hpts_timer()
6809 slot = HPTS_TICKS_PER_SLOT; in rack_start_hpts_timer()
14769 toval = HPTS_TICKS_PER_SLOT; in rack_switch_failed()
14776 toval = HPTS_TICKS_PER_SLOT; in rack_switch_failed()
[all …]
HDbbr.c14101 toval = HPTS_TICKS_PER_SLOT; in bbr_switch_failed()
14108 toval = HPTS_TICKS_PER_SLOT; in bbr_switch_failed()
14111 toval = HPTS_TICKS_PER_SLOT; in bbr_switch_failed()