Home
last modified time | relevance | path

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

/f-stack/freebsd/net/altq/
H A Dif_altq.h120 int64_t tbr_filluptime; /* (scaled) time to fill up bucket */ member
H A Daltq_subr.c294 if (interval >= tbr->tbr_filluptime)
366 tbr->tbr_filluptime = tbr->tbr_depth / tbr->tbr_rate;
368 tbr->tbr_filluptime = LLONG_MAX;
380 if (tbr->tbr_filluptime > (LLONG_MAX - 2 * machclk_per_tick))
381 tbr->tbr_filluptime = LLONG_MAX - 2 * machclk_per_tick;