Home
last modified time | relevance | path

Searched refs:init_dest_concurrency (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/oqmgr/
H A Dqmgr_transport.c432 transport->init_dest_concurrency = in qmgr_transport_create()
445 && transport->dest_concurrency_limit < transport->init_dest_concurrency) in qmgr_transport_create()
446 transport->init_dest_concurrency = transport->dest_concurrency_limit; in qmgr_transport_create()
H A Dqmgr_queue.c237 queue->window = transport->init_dest_concurrency; in qmgr_queue_unthrottle()
260 if (queue->window < queue->busy_refcount + transport->init_dest_concurrency) { in qmgr_queue_unthrottle()
428 queue->window = transport->init_dest_concurrency; in qmgr_queue_create()
H A Dqmgr.h159 int init_dest_concurrency; /* init. per-domain concurrency */ member
/netbsd-src/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr_queue.c254 queue->window = transport->init_dest_concurrency; in qmgr_queue_unthrottle()
277 if (queue->window < queue->busy_refcount + transport->init_dest_concurrency) { in qmgr_queue_unthrottle()
424 queue->window = transport->init_dest_concurrency; in qmgr_queue_create()
H A Dqmgr_transport.c437 transport->init_dest_concurrency = in qmgr_transport_create()
450 && transport->dest_concurrency_limit < transport->init_dest_concurrency) in qmgr_transport_create()
451 transport->init_dest_concurrency = transport->dest_concurrency_limit; in qmgr_transport_create()
H A Dqmgr.h176 int init_dest_concurrency; /* init. per-domain concurrency */ member