Home
last modified time | relevance | path

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

/dragonfly/sys/net/altq/
HDaltq_subr.c246 tbr->tbr_token = tbr->tbr_depth; in tbr_dequeue()
249 if (tbr->tbr_token > tbr->tbr_depth) in tbr_dequeue()
250 tbr->tbr_token = tbr->tbr_depth; in tbr_dequeue()
300 tbr->tbr_depth = TBR_SCALE(profile->depth); in tbr_set_locked()
302 tbr->tbr_filluptime = tbr->tbr_depth / tbr->tbr_rate; in tbr_set_locked()
305 tbr->tbr_token = tbr->tbr_depth; in tbr_set_locked()
397 profile->depth = (u_int)TBR_UNSCALE(tbr->tbr_depth); in tbr_get()
HDif_altq.h223 int64_t tbr_depth; /* (scaled) token bucket depth */ member