Home
last modified time | relevance | path

Searched refs:NUM_OF_HPTSI_SLOTS (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_hpts.c294 if ((new < (NUM_OF_HPTSI_SLOTS / 4)) || in sysctl_net_inet_tcp_hpts_max_sleep()
666 return (cts_in_wticks % NUM_OF_HPTSI_SLOTS); in tick_to_wheel()
683 return (NUM_OF_HPTSI_SLOTS - 1); in hpts_ticks_diff()
711 end_tick = NUM_OF_HPTSI_SLOTS - 1; in max_ticks_available()
727 end_tick = NUM_OF_HPTSI_SLOTS - 1; in max_ticks_available()
750 return (NUM_OF_HPTSI_SLOTS - dis_to_travel); in max_ticks_available()
869 if (inp_hptsslot >= NUM_OF_HPTSI_SLOTS) in check_if_slot_would_be_wrong()
1450 ticks_to_run = NUM_OF_HPTSI_SLOTS - 1; in tcp_hptsi()
1761 t = (t + 1) % NUM_OF_HPTSI_SLOTS; in tcp_hptsi()
1891 asz = sizeof(struct hptsh) * NUM_OF_HPTSI_SLOTS; in tcp_init_hptsi()
[all …]
H A Dtcp_hpts.h42 #define NUM_OF_HPTSI_SLOTS 102400 macro