Home
last modified time | relevance | path

Searched refs:p_cur_slot (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_hpts.c189 uint32_t p_cur_slot; /* Current slot in wheel hpts is draining */ member
445 log.u_bbr.flex2 = hpts->p_cur_slot; in tcp_hpts_log()
730 if (hpts->p_runningslot == hpts->p_cur_slot) in max_slots_available()
733 dis_to_travel = hpts_slots_diff(hpts->p_runningslot, hpts->p_cur_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()
803 if (hpts->p_runningslot != hpts->p_cur_slot) in check_if_slot_would_be_wrong()
804 yet_to_run = hpts_slots_diff(hpts->p_runningslot, hpts->p_cur_slot); in check_if_slot_would_be_wrong()
810 hpts->p_cur_slot)); in check_if_slot_would_be_wrong()
841 diag->p_cur_slot = hpts->p_cur_slot; in tcp_hpts_insert_diag()
[all …]
H A Dtcp_hpts.h40 uint32_t p_cur_slot; /* bbr->flex2 x */ member
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c2399 log.u_bbr.flex2 = diag->p_cur_slot; in bbr_log_hpts_diag()
H A Drack.c6485 log.u_bbr.flex2 = diag->p_cur_slot; in rack_log_hpts_diag()