Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_hpts.c206 uint32_t p_hpts_sleep_time; /* Current sleep interval having a max member
459 log.u_bbr.lost = hpts->p_hpts_sleep_time; in tcp_hpts_log()
846 diag->hpts_sleep_time = hpts->p_hpts_sleep_time; in tcp_hpts_insert_diag()
933 if (have_slept < hpts->p_hpts_sleep_time) in tcp_hpts_insert_diag()
934 yet_to_sleep = hpts->p_hpts_sleep_time - have_slept; in tcp_hpts_insert_diag()
949 hpts->p_hpts_sleep_time = slot; in tcp_hpts_insert_diag()
1071 hpts->p_hpts_sleep_time = min((i + 1), hpts_sleep_max); in tcp_hpts_set_max_sleep()
1074 hpts->p_hpts_sleep_time = hpts_sleep_max; in tcp_hpts_set_max_sleep()
1583 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()
[all …]