OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bytes_alloc_
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/altq/
altq_rmclass.h
133
int
bytes_alloc_
; /* Allocation for round of WRR */
member in struct:rm_class
altq_rmclass.c
1014
if ((deficit < 2) && (cl->
bytes_alloc_
<= 0))
1015
cl->
bytes_alloc_
+= cl->w_allotment_;
1019
if (cl->
bytes_alloc_
> 0 || deficit > 1)
1032
cl->
bytes_alloc_
= 0;
1091
if (cl->
bytes_alloc_
> 0)
1092
cl->
bytes_alloc_
-= m_pktlen(m);
1094
if ((cl->
bytes_alloc_
<= 0) || first == cl)
altq_cbq.c
1101
cl->w_allotment_, cl->
bytes_alloc_
, cl->avgidle_,
Completed in 14 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025