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/
H A Dqmgr_entry.c351 int queue_length = queue->todo_refcount + queue->busy_refcount; in qmgr_entry_create() local
356 if (queue_length > var_qmgr_active_limit / 5 in qmgr_entry_create()
358 active_share = queue_length / (double) qmgr_message_count; in qmgr_entry_create()
360 queue->nexthop, queue_length, qmgr_message_count); in qmgr_entry_create()
/netbsd-src/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr_entry.c412 int queue_length = queue->todo_refcount + queue->busy_refcount; in qmgr_entry_create() local
417 if (queue_length > var_qmgr_active_limit / 5 in qmgr_entry_create()
419 active_share = queue_length / (double) qmgr_message_count; in qmgr_entry_create()
421 queue->nexthop, queue_length, qmgr_message_count); in qmgr_entry_create()
/netbsd-src/usr.sbin/syslogd/
H A 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_allqueues_check()
4531 && (size_t)TypeInfo[f->f_type].queue_length <= f->f_qelements) in message_allqueues_check()