Home
last modified time | relevance | path

Searched refs:cutoff_ (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/sys/altq/
Daltq_rmclass.c60 #define reset_cutoff(ifd) { ifd->cutoff_ = RM_MAXDEPTH; }
672 CBQTRACE(rmc_init, 'INIT', ifd->cutoff_); in rmc_init()
730 if (ifd->cutoff_ > 0) { in rmc_queue_packet()
732 if (ifd->cutoff_ > cl->depth_) in rmc_queue_packet()
733 ifd->cutoff_ = cl->depth_; in rmc_queue_packet()
746 borrow->depth_ < ifd->cutoff_) { in rmc_queue_packet()
748 ifd->cutoff_ = borrow->depth_; in rmc_queue_packet()
749 CBQTRACE(rmc_queue_packet, 'ffob', ifd->cutoff_); in rmc_queue_packet()
756 else if ((ifd->cutoff_ > 1) && cl->borrow_) { in rmc_queue_packet()
758 ifd->cutoff_ = cl->borrow_->depth_; in rmc_queue_packet()
[all …]
Daltq_rmclass.h221 int cutoff_; /* Cut-off depth for borrowing */ member