Home
last modified time | relevance | path

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

/f-stack/freebsd/net/altq/
H A Daltq_rmclass.h155 int qthresh_; /* Queue threshold for formal link sharing */ member
H A Daltq_rmclass.c238 cl->qthresh_ = 0; in rmc_newclass()
363 cl->qthresh_ = 0; in rmc_modclass()
851 if (!cl->sleeping_ && (qlen(cl->q_) > cl->qthresh_)) in rmc_satisfied()