Home | History | Annotate | Download | only in altq

Lines Matching refs:maxidle

161  * maxidle      max value allowed for class 'idle' time estimate (this
169 * Maxidle and offtime have to be computed from the following: If the
175 * maxidle = ptime * (1 - g^b) / g^b
179 * Operationally, it's convenient to specify maxidle & offtime in units
180 * independent of the link bandwidth so the maxidle & offtime passed to
184 * maxidle*nsecPerByte/8 and offtime*nsecPerByte/8 will be in microseconds,
187 * maxidle also must be scaled upward by this value. Thus, the passed
188 * values for maxidle and offtime can be computed as follows:
190 * maxidle = maxidle * 2^RM_FILTER_GAIN * 8 / (1000 * nsecPerByte)
193 * When USE_HRTIME is employed, then maxidle and offtime become:
194 * maxidle = maxilde * (8.0 / nsecPerByte);
200 struct rm_class *parent, struct rm_class *borrow, u_int maxidle,
263 cl->maxidle_ = ((int64_t)maxidle * (int64_t)psecPerByte) / 8;
351 rmc_modclass(struct rm_class *cl, uint64_t psecPerByte, int maxq, u_int maxidle,
375 cl->maxidle_ = ((int64_t)maxidle * (int64_t)psecPerByte) / 8;
666 void (*restart)(struct ifaltq *), int maxq, int maxqueued, u_int maxidle,
728 maxidle, minidle, offtime,