Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_hpts.c1063 tcp_hpts_set_max_sleep(struct tcp_hpts_entry *hpts, int wrap_loop_cnt) in tcp_hpts_set_max_sleep() argument
1067 if ((hpts->p_on_queue_cnt) && (wrap_loop_cnt < 2)) { in tcp_hpts_set_max_sleep()
1102 int32_t wrap_loop_cnt = 0; in tcp_hptsi() local
1157 wrap_loop_cnt++; in tcp_hptsi()
1459 if ((wrap_loop_cnt < 2) && tcp_hpts_different_slots(cts, cts_last_run)) { in tcp_hptsi()
1490 (loop_cnt > max_pacer_loops) || (wrap_loop_cnt >= 2) || in tcp_hptsi()
1496 cts_last_run, cts, loop_cnt, wrap_loop_cnt)); in tcp_hptsi()
1507 tcp_hpts_set_max_sleep(hpts, wrap_loop_cnt); in tcp_hptsi()