OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:max_alc
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/altq/
altq_jobs.c
1690
int64_t
max_alc
;
local in function:pick_dropped_rlc
1787
max_alc
= -((int64_t)1 << SCALE_LOSS);
1794
if (cl->concerned_alc && cl->cl_alc - cl->current_loss >
max_alc
) {
1795
max_alc
= cl->cl_alc-cl->current_loss; /* pick the class which is the furthest from its ALC */
1797
} else if (!cl->concerned_alc && ((int64_t) 1 << SCALE_LOSS)-cl->current_loss >
max_alc
) {
1798
max_alc
= ((int64_t) 1 << SCALE_LOSS)-cl->current_loss;
altq_jobs.c
1690
int64_t
max_alc
;
local in function:pick_dropped_rlc
1787
max_alc
= -((int64_t)1 << SCALE_LOSS);
1794
if (cl->concerned_alc && cl->cl_alc - cl->current_loss >
max_alc
) {
1795
max_alc
= cl->cl_alc-cl->current_loss; /* pick the class which is the furthest from its ALC */
1797
} else if (!cl->concerned_alc && ((int64_t) 1 << SCALE_LOSS)-cl->current_loss >
max_alc
) {
1798
max_alc
= ((int64_t) 1 << SCALE_LOSS)-cl->current_loss;
Completed in 25 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025