Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_hpts.c325 log.u_bbr.flex2 = hpts->p_cur_slot; in tcp_hpts_log()
758 if (hpts->p_runningtick == hpts->p_cur_slot) in max_ticks_available()
765 if (hpts->p_cur_slot != wheel_tick) { in max_ticks_available()
883 if (hpts->p_runningtick != hpts->p_cur_slot) in check_if_slot_would_be_wrong()
913 diag->p_cur_slot = hpts->p_cur_slot; in tcp_hpts_insert_locked()
1384 hpts->saved_curslot = hpts->p_cur_slot; in tcp_hptsi()
1396 hpts->p_prev_slot = hpts->p_cur_slot; in tcp_hptsi()
1430 hpts->p_cur_slot = hpts->p_prev_slot; in tcp_hptsi()
1690 hpts->p_prev_slot = hpts->p_cur_slot; in tcp_hptsi()
1737 hpts->p_prev_slot, hpts->p_cur_slot)); in tcp_hptsi()
[all …]
H A Dtcp_hpts.h57 uint32_t p_cur_slot; /* bbr->flex2 x */ member
97 uint32_t p_cur_slot; /* Current slot in wheel hpts is draining */ member
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c4706 log.u_bbr.flex2 = diag->p_cur_slot; in rack_log_hpts_diag()
H A Dbbr.c2420 log.u_bbr.flex2 = diag->p_cur_slot; in bbr_log_hpts_diag()