Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_hpts.c243 static int32_t tcp_hptsi(struct tcp_hpts_entry *hpts, bool from_callout);
434 int slots_to_run, int idx, bool from_callout) in tcp_hpts_log() argument
451 log.u_bbr.flex8 = (uint8_t)from_callout; in tcp_hpts_log()
1079 tcp_hptsi(struct tcp_hpts_entry *hpts, bool from_callout) in tcp_hptsi() argument
1358 from_callout); in tcp_hptsi()
1418 if (!from_callout || (loop_cnt > max_pacer_loops)) { in tcp_hptsi()
1433 if (from_callout) in tcp_hptsi()
1466 (wrap_loop_cnt >= 2) || !from_callout), in tcp_hptsi()
1470 || (wrap_loop_cnt >= 2) || !from_callout), in tcp_hptsi()
1473 if (from_callout && (hpts->p_lasttick != hpts->p_curtick)) { in tcp_hptsi()
[all …]