Home
last modified time | relevance | path

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

/freebsd/sys/net/altq/
H A Dif_altq.h115 int64_t tbr_filluptime; /* (scaled) time to fill up bucket */ member
H A Daltq_subr.c301 if (interval >= tbr->tbr_filluptime) in tbr_dequeue()
371 tbr->tbr_filluptime = tbr->tbr_depth / tbr->tbr_rate; in tbr_set()
373 tbr->tbr_filluptime = LLONG_MAX; in tbr_set()
385 if (tbr->tbr_filluptime > (LLONG_MAX - 2 * machclk_per_tick)) in tbr_set()
386 tbr->tbr_filluptime = LLONG_MAX - 2 * machclk_per_tick; in tbr_set()