HomeSort by: relevance | last modified time | path
    Searched refs:borrowed (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/altq/
altq_rmclass.c 115 * but when the borrowed class is overloaded (advidle is close to minidle),
1264 rm_class_t *cl, *cl0, *borrowed; local in function:rmc_update_class_util
1276 borrowed = ifd->borrowed_[ifd->qo_];
1277 borrows = borrowed;
1397 if (borrowed && (ifd->cutoff_ >= borrowed->depth_)) {
1399 if ((qlen(cl->q_) <= 0) || TS_LT(nowp, &borrowed->undertime_)) {
1403 ifd->cutoff_ = borrowed->depth_;
1404 CBQTRACE(rmc_update_class_util, 'ffob', borrowed->depth_);
1407 if ((qlen(cl->q_) <= 1) || TS_LT(&now, &borrowed->undertime_))
    [all...]

Completed in 11 milliseconds