Home
last modified time | relevance | path

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

/dports/mail/dovecot/dovecot-2.3.17/src/master/
H A Dservice-monitor.c229 if (service->to_throttle != NULL || service->list->destroying) in service_monitor_throttle()
418 if (service->process_avail > 0 || service->to_throttle != NULL || in service_monitor_listen_start()
577 timeout_remove(&service->to_throttle); in service_monitor_stop()
753 if (service->to_throttle != NULL) { in services_monitor_reap_children()
H A Dservice.h104 struct timeout *to_throttle; member
H A Dservice.c684 timeout_remove(&service->to_throttle); in service_throttle_timeout()
713 if (service->to_throttle != NULL || service->list->destroyed) in service_throttle()
720 service->to_throttle = timeout_add(msecs, service_throttle_timeout, in service_throttle()
H A Dmaster-client.c26 (service->to_throttle == NULL ? in master_client_service_status_output()
H A Dservice-process.c306 if (service->to_throttle != NULL) { in service_process_create()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-imap-client/
H A Dimapc-connection.c135 struct timeout *to_throttle, *to_throttle_shrink; member
263 if (conn->to_throttle != NULL) in imapc_connection_ioloop_changed()
264 conn->to_throttle = io_loop_move_timeout(&conn->to_throttle); in imapc_connection_ioloop_changed()
460 timeout_remove(&conn->to_throttle); in imapc_connection_disconnect_full()
1348 timeout_remove(&conn->to_throttle); in imapc_connection_throttle()
2126 timeout_remove(&conn->to_throttle); in imapc_connection_is_throttled()
2144 conn->to_throttle = timeout_add_absolute(&conn->throttle_end_timeval, in imapc_connection_is_throttled()