Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_hpts.c319 int ticks_to_run, int idx) in tcp_hpts_log() argument
331 log.u_bbr.inflight = ticks_to_run; in tcp_hpts_log()
1369 int32_t ticks_to_run, i, error; in tcp_hptsi() local
1403 ticks_to_run = hpts_ticks_diff(hpts->p_prev_slot, hpts->p_cur_slot); in tcp_hptsi()
1404 if (((hpts->p_curtick - hpts->p_lasttick) > ticks_to_run) && in tcp_hptsi()
1450 ticks_to_run = NUM_OF_HPTSI_SLOTS - 1; in tcp_hptsi()
1472 for (i = 0; i < ticks_to_run; i++) { in tcp_hptsi()
1477 hpts->p_delayed_by = (ticks_to_run - (i + 1)) * HPTS_TICKS_PER_USEC; in tcp_hptsi()
1510 remaining_slots = ticks_to_run - (i + 1); in tcp_hptsi()
1589 tcp_hpts_log(hpts, tp, &tv, ticks_to_run, i); in tcp_hptsi()