Lines Matching defs:offtime

112  * borrow the offtime of the class borrowing from.
113 * the reason is that when its own offtime is set, the class is unable
116 * use the borrowing class's offtime to avoid overload.
165 * offtime how long 'delay' action will delay when class goes over
169 * Maxidle and offtime have to be computed from the following: If the
177 * offtime = ptime * (1 + 1/(1 - g) * (1 - g^(b - 1)) / g^(b - 1)
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,
188 * values for maxidle and offtime can be computed as follows:
191 * offtime = offtime * 8 / (1000 * nsecPerByte)
193 * When USE_HRTIME is employed, then maxidle and offtime become:
195 * offtime = offtime * (8.0 / nsecPerByte);
201 int minidle, u_int offtime, int pktsize, int flags)
266 #if 1 /* offtime is also scaled in ALTQ */
268 cl->offtime_ = (((int64_t)offtime * (int64_t)psecPerByte) / 8) >> RM_FILTER_GAIN;
273 cl->offtime_ = (offtime * nsecPerByte) / 8;
352 int minidle, u_int offtime, int pktsize)
378 #if 1 /* offtime is also scaled in ALTQ */
380 cl->offtime_ = (((int64_t)offtime * (int64_t)psecPerByte) / 8) >> RM_FILTER_GAIN;
385 cl->offtime_ = (offtime * nsecPerByte) / 8;
667 int minidle, u_int offtime, int flags)
728 maxidle, minidle, offtime,
918 * check if the class can borrow offtime too.
919 * borrow offtime from the top of the borrow
1484 * delay for the offtime of the borrowing class that is overlimit.
1520 * we need to replace pkt_time by offtime