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.c1054 tcp_hpts_set_max_sleep(struct tcp_hpts_entry *hpts, int wrap_loop_cnt) in tcp_hpts_set_max_sleep() argument
1058 if ((hpts->p_on_queue_cnt) && (wrap_loop_cnt < 2)) { in tcp_hpts_set_max_sleep()
1093 int32_t wrap_loop_cnt = 0; in tcp_hptsi() local
1148 wrap_loop_cnt++; in tcp_hptsi()
1450 if ((wrap_loop_cnt < 2) && tcp_hpts_different_slots(cts, cts_last_run)) { in tcp_hptsi()
1481 (loop_cnt > max_pacer_loops) || (wrap_loop_cnt >= 2) || in tcp_hptsi()
1487 cts_last_run, cts, loop_cnt, wrap_loop_cnt)); in tcp_hptsi()
1498 tcp_hpts_set_max_sleep(hpts, wrap_loop_cnt); in tcp_hptsi()