Searched refs:borrow_ (Results 1 – 2 of 2) sorted by relevance
232 cl->borrow_ = borrow; in rmc_newclass()769 struct rm_class *borrow = cl->borrow_; in rmc_queue_packet()778 borrow = borrow->borrow_; in rmc_queue_packet()784 ifd->cutoff_ = cl->borrow_->depth_; in rmc_queue_packet()786 cl->borrow_->depth_); in rmc_queue_packet()901 if (((cl = cl->borrow_) == NULL) || in rmc_under_limit()1068 ifd->borrowed_[ifd->qi_] = cl->borrow_; in _rmc_wrr_dequeue_next()1069 ifd->cutoff_ = cl->borrow_->depth_; in _rmc_wrr_dequeue_next()1149 if (first == NULL && cl->borrow_ != NULL) in _rmc_prr_dequeue_next()1183 ifd->borrowed_[ifd->qi_] = cl->borrow_; in _rmc_prr_dequeue_next()[all …]
162 rm_class_t *borrow_; /* Borrow class */ member