Searched refs:wheel_slot (Results 1 – 4 of 4) sorted by relevance
618 hpts_slot(uint32_t wheel_slot, uint32_t plus) in hpts_slot() argument624 KASSERT(wheel_slot < NUM_OF_HPTSI_SLOTS, ("Invalid tick %u not on wheel", wheel_slot)); in hpts_slot()625 return ((wheel_slot + plus) % NUM_OF_HPTSI_SLOTS); in hpts_slot()674 max_slots_available(struct tcp_hpts_entry *hpts, uint32_t wheel_slot, uint32_t *target_slot) in max_slots_available() argument710 if (hpts->p_prev_slot != wheel_slot) in max_slots_available()711 dis_to_travel = hpts_slots_diff(hpts->p_prev_slot, wheel_slot); in max_slots_available()737 if (hpts->p_cur_slot != wheel_slot) { in max_slots_available()739 pacer_to_now = hpts_slots_diff(hpts->p_cur_slot, wheel_slot); in max_slots_available()821 int32_t wheel_slot, maxslots; in tcp_hpts_insert_diag() local880 wheel_slot = tick_to_wheel(wheel_cts); in tcp_hpts_insert_diag()[all …]
50 uint32_t wheel_slot; /* bbr->bw_inuse x */ member
2413 log.u_bbr.bw_inuse = diag->wheel_slot; in bbr_log_hpts_diag()
6499 log.u_bbr.bw_inuse = diag->wheel_slot; in rack_log_hpts_diag()