Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/vi/
H A Dvs_msg.c60 struct timespec ts, ts_diff; in vs_busy() local
120 ts_diff = ts; in vs_busy()
121 timespecsub(&ts_diff, &vip->busy_ts); in vs_busy()
122 if (timespeccmp(&ts_diff, &ts_min, <)) in vs_busy()
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c6452 uint64_t tim, bw, ts_diff, ts_bw; in bbr_nf_measurement() local
6481 ts_diff = max((bbr->r_ctl.last_inbound_ts - rsm->r_del_ack_ts), 1); in bbr_nf_measurement()
6482 ts_diff *= bbr->r_ctl.bbr_peer_tsratio; in bbr_nf_measurement()
6487 ts_diff, in bbr_nf_measurement()
6494 ts_bw /= ts_diff; in bbr_nf_measurement()
6498 0, 0, ts_diff, delivered); in bbr_nf_measurement()
6503 ts_diff, in bbr_nf_measurement()
6511 ts_diff, in bbr_nf_measurement()