Lines Matching refs:p_nxt_slot
190 uint32_t p_nxt_slot; /* The next slot outside the current range of member
445 log.u_bbr.flex1 = hpts->p_nxt_slot; in tcp_hpts_log()
766 *target_slot = hpts->p_nxt_slot; in max_slots_available()
842 diag->p_nxt_slot = hpts->p_nxt_slot; in tcp_hpts_insert_diag()
874 slot_on = hpts->p_nxt_slot; in tcp_hpts_insert_diag()
988 slot_on = hpts->p_nxt_slot; in tcp_hpts_insert_diag()
1143 hpts->p_nxt_slot = hpts_slot(hpts->p_prev_slot, 1); in tcp_hptsi()
1158 TAILQ_FOREACH(tp, &hpts->p_hptss[hpts->p_nxt_slot].head, in tcp_hptsi()
1160 MPASS(tp->t_hpts_slot == hpts->p_nxt_slot); in tcp_hptsi()
1162 hpts->p_hptss[hpts->p_nxt_slot].gencnt); in tcp_hptsi()
1176 &hpts->p_hptss[hpts->p_nxt_slot].head, t_hpts); in tcp_hptsi()
1178 hpts->p_hptss[hpts->p_nxt_slot].count; in tcp_hptsi()
1179 hpts->p_hptss[hpts->p_nxt_slot].count = 0; in tcp_hptsi()
1180 hpts->p_hptss[hpts->p_nxt_slot].gencnt++; in tcp_hptsi()
1188 hpts->p_nxt_slot = hpts->p_prev_slot; in tcp_hptsi()
1954 hpts->p_nxt_slot = hpts_slot(hpts->p_cur_slot, 1); in tcp_hpts_mod_load()