Searched refs:queue_length (Results 1 – 3 of 3) sorted by relevance
350 int queue_length = queue->todo_refcount + queue->busy_refcount; in qmgr_entry_create() local355 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()
411 int queue_length = queue->todo_refcount + queue->busy_refcount; in qmgr_entry_create() local416 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()
148 int64_t queue_length; member3297 &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()