Lines Matching refs:borrow_
230 cl->borrow_ = borrow; in rmc_newclass()
767 struct rm_class *borrow = cl->borrow_; in rmc_queue_packet()
776 borrow = borrow->borrow_; in rmc_queue_packet()
780 else if ((ifd->cutoff_ > 1) && cl->borrow_) { in rmc_queue_packet()
781 if (TV_LT(&cl->borrow_->undertime_, &now)) { in rmc_queue_packet()
782 ifd->cutoff_ = cl->borrow_->depth_; in rmc_queue_packet()
784 cl->borrow_->depth_); in rmc_queue_packet()
899 if (((cl = cl->borrow_) == NULL) || in rmc_under_limit()
1020 else if (first == NULL && cl->borrow_ != NULL) in _rmc_wrr_dequeue_next()
1066 ifd->borrowed_[ifd->qi_] = cl->borrow_; in _rmc_wrr_dequeue_next()
1067 ifd->cutoff_ = cl->borrow_->depth_; in _rmc_wrr_dequeue_next()
1147 if (first == NULL && cl->borrow_ != NULL) in _rmc_prr_dequeue_next()
1181 ifd->borrowed_[ifd->qi_] = cl->borrow_; in _rmc_prr_dequeue_next()
1182 ifd->cutoff_ = cl->borrow_->depth_; in _rmc_prr_dequeue_next()