Lines Matching refs:cutoff_
82 #define reset_cutoff(ifd) { ifd->cutoff_ = RM_MAXDEPTH; }
127 * now heuristics for setting the top-level variable (cutoff_) becomes:
698 CBQTRACE(rmc_init, 'INIT', ifd->cutoff_);
758 if (ifd->cutoff_ > 0) {
760 if (ifd->cutoff_ > cl->depth_)
761 ifd->cutoff_ = cl->depth_;
774 borrow->depth_ < ifd->cutoff_) {
776 ifd->cutoff_ = borrow->depth_;
777 CBQTRACE(rmc_queue_packet, 'ffob', ifd->cutoff_);
784 else if ((ifd->cutoff_ > 1) && cl->borrow_) {
786 ifd->cutoff_ = cl->borrow_->depth_;
828 ifd->cutoff_ = p->depth_;
905 (cl->depth_ > ifd->cutoff_)) {
925 CBQTRACE(rmc_under_limit, 'ffou', ifd->cutoff_);
1049 if (first != NULL && ifd->cutoff_ < ifd->root_->depth_) {
1050 ifd->cutoff_++;
1051 CBQTRACE(_rmc_wrr_dequeue_next, 'ojda', ifd->cutoff_);
1061 CBQTRACE(_rmc_wrr_dequeue_next, 'otsr', ifd->cutoff_);
1075 ifd->cutoff_ = cl->borrow_->depth_;
1167 if (first != NULL && ifd->cutoff_ < ifd->root_->depth_) {
1168 ifd->cutoff_++;
1190 ifd->cutoff_ = cl->borrow_->depth_;
1397 if (borrowed && (ifd->cutoff_ >= borrowed->depth_)) {
1401 CBQTRACE(rmc_update_class_util, 'broe', ifd->cutoff_);
1403 ifd->cutoff_ = borrowed->depth_;
1412 CBQTRACE(rmc_update_class_util, 'broe', ifd->cutoff_);
1414 ifd->cutoff_ = borrowed->depth_;