Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_hpts.c283 static uint32_t hpts_sleep_max = HPTS_MAX_SLEEP_ALLOWED; variable
291 new = hpts_sleep_max; in sysctl_net_inet_tcp_hpts_max_sleep()
298 hpts_sleep_max = new; in sysctl_net_inet_tcp_hpts_max_sleep()
305 &hpts_sleep_max, 0,
1764 hpts->p_hpts_sleep_time = min((i + 1), hpts_sleep_max); in tcp_hptsi()
1779 hpts->p_hpts_sleep_time = hpts_sleep_max; in tcp_hptsi()
1947 hpts->p_hpts_sleep_time = hpts_sleep_max; in tcp_init_hptsi()