Searched refs:hit_callout_thresh (Results 1 – 1 of 1) sorted by relevance
197 hit_callout_thresh:1, member1688 if ((hpts->p_on_queue_cnt > conn_cnt_thresh) && (hpts->hit_callout_thresh == 0)) { in tcp_hpts_thread()1689 hpts->hit_callout_thresh = 1; in tcp_hpts_thread()1691 } else if ((hpts->p_on_queue_cnt <= conn_cnt_thresh) && (hpts->hit_callout_thresh == 1)) { in tcp_hpts_thread()1692 hpts->hit_callout_thresh = 0; in tcp_hpts_thread()