OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:active_share
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/oqmgr/
qmgr_entry.c
353
double
active_share
;
local
357
active_share
= queue_length / (double) qmgr_message_count;
360
if (
active_share
< 0.9)
368
else if (queue->window > var_qmgr_active_limit *
active_share
)
/src/external/ibm-public/postfix/dist/src/qmgr/
qmgr_entry.c
414
double
active_share
;
local
418
active_share
= queue_length / (double) qmgr_message_count;
421
if (
active_share
< 0.9)
429
else if (queue->window > var_qmgr_active_limit *
active_share
)
Completed in 17 milliseconds
Indexes created Wed May 06 00:24:28 UTC 2026