Home
last modified time | relevance | path

Searched refs:queue_length (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/ibm-public/postfix/dist/src/oqmgr/
Dqmgr_entry.c350 int queue_length = queue->todo_refcount + queue->busy_refcount; in qmgr_entry_create() local
355 if (queue_length > var_qmgr_active_limit / 5 in qmgr_entry_create()
357 active_share = queue_length / (double) qmgr_message_count; in qmgr_entry_create()
359 queue->nexthop, queue_length, qmgr_message_count); in qmgr_entry_create()
/netbsd/src/external/ibm-public/postfix/dist/src/qmgr/
Dqmgr_entry.c411 int queue_length = queue->todo_refcount + queue->busy_refcount; in qmgr_entry_create() local
416 if (queue_length > var_qmgr_active_limit / 5 in qmgr_entry_create()
418 active_share = queue_length / (double) qmgr_message_count; in qmgr_entry_create()
420 queue->nexthop, queue_length, qmgr_message_count); in qmgr_entry_create()
/netbsd/src/usr.sbin/syslogd/
Dsyslogd.c148 int64_t queue_length; member
3297 &TypeInfo[i].queue_length) == -1) in read_config_file()
3299 &TypeInfo[i].queue_length) == -1) in read_config_file()
3683 TypeInfo[F_TLS].queue_length, TypeInfo[F_FILE].queue_length, in init()
3684 TypeInfo[F_PIPE].queue_length, in init()
4530 || (TypeInfo[f->f_type].queue_length != -1 in message_queue_purge()
4531 && (size_t)TypeInfo[f->f_type].queue_length <= f->f_qelements) in message_queue_purge()