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

/freebsd-13-stable/sys/net/altq/
H A Daltq_rmclass.h148 int bytes_alloc_; /* Allocation for round of WRR */ member in struct:rm_class
H A Daltq_rmclass.c1008 if ((deficit < 2) && (cl->bytes_alloc_ <= 0))
1009 cl->bytes_alloc_ += cl->w_allotment_;
1013 if (cl->bytes_alloc_ > 0 || deficit > 1)
1026 cl->bytes_alloc_ = 0;
1085 if (cl->bytes_alloc_ > 0)
1086 cl->bytes_alloc_ -= m_pktlen(m);
1088 if ((cl->bytes_alloc_ <= 0) || first == cl)

Completed in 107 milliseconds