Home
last modified time | relevance | path

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

/dflybsd-src/sys/net/altq/
H A Daltq_rmclass.c998 if ((deficit < 2) && (cl->bytes_alloc_ <= 0)) in _rmc_wrr_dequeue_next()
999 cl->bytes_alloc_ += cl->w_allotment_; in _rmc_wrr_dequeue_next()
1003 if (cl->bytes_alloc_ > 0 || deficit > 1) in _rmc_wrr_dequeue_next()
1016 cl->bytes_alloc_ = 0; in _rmc_wrr_dequeue_next()
1075 if (cl->bytes_alloc_ > 0) in _rmc_wrr_dequeue_next()
1076 cl->bytes_alloc_ -= m_pktlen(m); in _rmc_wrr_dequeue_next()
1078 if ((cl->bytes_alloc_ <= 0) || first == cl) in _rmc_wrr_dequeue_next()
H A Daltq_rmclass.h143 int bytes_alloc_; /* Allocation for round of WRR */ member