Lines Matching defs:tim
2659 uint32_t tim)
2672 log.u_bbr.pkts_out = tim;
3510 uint64_t divor, res, tim;
3516 tim = useconds_time;
3517 res = (tim * bw * gain) / divor;
6454 uint64_t tim, bw, ts_diff, ts_bw;
6458 tim = (uint64_t)(bbr->r_ctl.rc_del_time - rsm->r_del_time);
6460 tim = 1;
6462 * Now that we have processed the tim (skipping the sample
6469 bw /= tim;
6556 bbr_log_type_bbrupd(bbr, 10, cts, (uint32_t)tim, delivered,
6568 uint64_t tim, bw;
6573 tim = (uint64_t)(bbr->r_ctl.rc_del_time - rsm->r_del_time);
6575 tim = 1;
6577 * Now that we have processed the tim (skipping the sample
6584 bw /= tim;
6585 if (tim < bbr->r_ctl.rc_lowest_rtt) {
6586 bbr_log_type_bbrupd(bbr, 99, cts, (uint32_t)tim, delivered,
6587 tim, bbr->r_ctl.rc_lowest_rtt, 0, 0, 0, 0);
6626 if ((sti > tim) &&
6628 bbr_log_type_bbrupd(bbr, 99, cts, (uint32_t)tim, delivered,
6639 bbr_log_type_bbrupd(bbr, 10, cts, (uint32_t)tim, delivered,