Home
last modified time | relevance | path

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

/freebsd-13.1/sys/netinet/
H A Dtcp_hpts.c1380 tcp_hpts_set_max_sleep(struct tcp_hpts_entry *hpts, int wrap_loop_cnt) in tcp_hpts_set_max_sleep() argument
1384 if ((hpts->p_on_queue_cnt) && (wrap_loop_cnt < 2)) { in tcp_hpts_set_max_sleep()
1417 int32_t wrap_loop_cnt = 0; in tcp_hptsi() local
1468 wrap_loop_cnt++; in tcp_hptsi()
1765 if ((wrap_loop_cnt < 2) && in tcp_hptsi()
1794 (wrap_loop_cnt >= 2) || (from_callout == 0)), in tcp_hptsi()
1798 || (wrap_loop_cnt >= 2) || (from_callout == 0)), in tcp_hptsi()
1809 tcp_hpts_set_max_sleep(hpts, wrap_loop_cnt); in tcp_hptsi()