Searched refs:tbr_filluptime (Results 1 – 2 of 2) sorted by relevance
115 int64_t tbr_filluptime; /* (scaled) time to fill up bucket */ member
301 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()