Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet/
H A Dtcp_hpts.c248 static int32_t dynamic_max_sleep = DYNAMIC_MAX_SLEEP; variable
347 &dynamic_max_sleep, 5000,
1587 } else if (tv.tv_usec > dynamic_max_sleep) { in __tcp_run_hpts()
1590 tv.tv_usec = dynamic_max_sleep; in __tcp_run_hpts()
1607 if (hpts->p_mysleep.tv_usec > dynamic_max_sleep) in __tcp_run_hpts()
1608 hpts->p_mysleep.tv_usec = dynamic_max_sleep; in __tcp_run_hpts()
1659 if (hpts->p_mysleep.tv_usec > dynamic_max_sleep) in tcp_hpts_thread()
1660 hpts->p_mysleep.tv_usec = dynamic_max_sleep; in tcp_hpts_thread()
1704 hpts->p_mysleep.tv_usec = dynamic_max_sleep; in tcp_hpts_thread()
1714 } else if (tv.tv_usec > dynamic_max_sleep) { in tcp_hpts_thread()
[all …]