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

  /src/sys/altq/
altq_rmclass.c 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_)
    [all...]
altq_rmclass.h 206 int cutoff_; /* Cut-off depth for borrowing */ member in struct:rm_ifdat

Completed in 12 milliseconds