Lines Matching defs:wrap_loop_cnt
1055 tcp_hpts_set_max_sleep(struct tcp_hpts_entry *hpts, int wrap_loop_cnt)
1059 if ((hpts->p_on_queue_cnt) && (wrap_loop_cnt < 2)) {
1087 int32_t wrap_loop_cnt = 0;
1140 wrap_loop_cnt++;
1443 if ((wrap_loop_cnt < 2) &&
1459 * Note that if wrap_loop_cnt < 2 then we should have the conditions
1460 * in the KASSERT's true. But if the wheel is behind i.e. wrap_loop_cnt
1466 (wrap_loop_cnt >= 2) || !from_callout),
1470 || (wrap_loop_cnt >= 2) || !from_callout),
1481 tcp_hpts_set_max_sleep(hpts, wrap_loop_cnt);