Lines Matching refs:interval
65 int64_t next; /* Next interval */
71 int64_t interval;
254 unsigned int interval, int quantum)
261 * initial interval value.
263 if (interval > codel_intervals[0]) {
264 /* Select either specified target or 5% of an interval */
265 cp->target = MAX(target, interval / 5);
266 cp->interval = interval;
269 mult = ((uint64_t)cp->interval * 1000) / codel_intervals[0];
279 cp->interval = codel_intervals[0];
323 * Select the next interval according to the number of drops
358 /* Empty queue, reset interval */
367 * the current observation interval.
376 * the target, start the first observation interval after
378 * the target within the interval, otherwise punish the
381 cd->start = now + cp->interval;
439 * interval and shrink it further. Otherwise we
755 qs->flowqueue.interval, fqc->quantum);
772 "interval %llums\n", ifp->if_xname, fqc->nflows, fqc->qlimit,
774 fqc->cparams.interval / 1000000);