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

  /src/sys/altq/
altq_rmclass.h 140 int qthresh_; /* Queue threshold for formal link sharing */ member in struct:rm_class
altq_rmclass.c 248 cl->qthresh_ = 0;
363 cl->qthresh_ = 0;
853 if (!cl->sleeping_ && (qlen(cl->q_) > cl->qthresh_))
altq_cbq.c 1113 q->qthresh_, q->qtype_);

Completed in 13 milliseconds