Searched refs:slots_to_run (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netinet/ |
H A D | tcp_hpts.c | 434 int slots_to_run, int idx, bool from_callout) in tcp_hpts_log() argument 452 log.u_bbr.inflight = slots_to_run; in tcp_hpts_log() 1083 int32_t slots_to_run, i, error; in tcp_hptsi() local 1120 slots_to_run = hpts_slots_diff(hpts->p_prev_slot, hpts->p_cur_slot); in tcp_hptsi() 1179 slots_to_run = NUM_OF_HPTSI_SLOTS - 1; in tcp_hptsi() 1192 for (i = 0; i < slots_to_run; i++) { in tcp_hptsi() 1202 hpts->p_delayed_by = (slots_to_run - (i + 1)) * in tcp_hptsi() 1303 remaining_slots = slots_to_run - (i + 1); in tcp_hptsi() 1357 tcp_hpts_log(hpts, tp, &tv, slots_to_run, i, in tcp_hptsi()
|