Lines Matching refs:p_runningslot

187 	uint32_t p_runningslot; /* Current tick we are at if we are running */  member
462 log.u_bbr.pkt_epoch = hpts->p_runningslot; in tcp_hpts_log()
682 end_slot = hpts->p_runningslot; in max_slots_available()
732 if (hpts->p_runningslot == hpts->p_cur_slot) in max_slots_available()
735 dis_to_travel = hpts_slots_diff(hpts->p_runningslot, hpts->p_cur_slot); in max_slots_available()
804 distance = hpts_slots_diff(hpts->p_runningslot, hptsslot); in check_if_slot_would_be_wrong()
805 if (hpts->p_runningslot != hpts->p_cur_slot) in check_if_slot_would_be_wrong()
806 yet_to_run = hpts_slots_diff(hpts->p_runningslot, hpts->p_cur_slot); in check_if_slot_would_be_wrong()
811 hptsslot, distance, yet_to_run, hpts->p_runningslot, in check_if_slot_would_be_wrong()
841 diag->p_runningslot = hpts->p_runningslot; in tcp_hpts_insert_diag()
863 tp->t_hpts_slot = hpts->p_runningslot; in tcp_hpts_insert_diag()
1144 hpts->p_runningslot = hpts_slot(hpts->p_prev_slot, 2); in tcp_hptsi()
1172 hpts->p_hptss[hpts->p_runningslot].gencnt; in tcp_hptsi()
1173 tp->t_hpts_slot = hpts->p_runningslot; in tcp_hptsi()
1175 TAILQ_CONCAT(&hpts->p_hptss[hpts->p_runningslot].head, in tcp_hptsi()
1177 hpts->p_hptss[hpts->p_runningslot].count += in tcp_hptsi()
1189 hpts->p_runningslot = hpts_slot(hpts->p_prev_slot, 1); in tcp_hptsi()
1207 runningslot = hpts->p_runningslot; in tcp_hptsi()
1317 hpts->p_runningslot, in tcp_hptsi()
1403 hpts->p_runningslot++; in tcp_hptsi()
1404 if (hpts->p_runningslot >= NUM_OF_HPTSI_SLOTS) { in tcp_hptsi()
1405 hpts->p_runningslot = 0; in tcp_hptsi()
1920 &hpts->p_runningslot, 0, in tcp_hpts_mod_load()