Home
last modified time | relevance | path

Searched refs:bytes_alloc_ (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/sys/contrib/altq/altq/
Daltq_rmclass.c1035 if ((deficit < 2) && (cl->bytes_alloc_ <= 0)) in _rmc_wrr_dequeue_next()
1036 cl->bytes_alloc_ += cl->w_allotment_; in _rmc_wrr_dequeue_next()
1040 if (cl->bytes_alloc_ > 0 || deficit > 1) in _rmc_wrr_dequeue_next()
1053 cl->bytes_alloc_ = 0; in _rmc_wrr_dequeue_next()
1112 if (cl->bytes_alloc_ > 0) in _rmc_wrr_dequeue_next()
1113 cl->bytes_alloc_ -= m_pktlen(m); in _rmc_wrr_dequeue_next()
1115 if ((cl->bytes_alloc_ <= 0) || first == cl) in _rmc_wrr_dequeue_next()
Daltq_rmclass.h147 int bytes_alloc_; /* Allocation for round of WRR */ member
Daltq_cbq.c1148 cl->w_allotment_, cl->bytes_alloc_, cl->avgidle_,