heartbeat          40 sapi/fpm/fpm/fpm.c 	.heartbeat = 0,
heartbeat          56 sapi/fpm/fpm/fpm.h 	int heartbeat;
heartbeat         927 sapi/fpm/fpm/fpm_conf.c 			fpm_globals.heartbeat = fpm_globals.heartbeat ? MIN(fpm_globals.heartbeat, (wp->config->request_terminate_timeout * 1000) / 3) : (wp->config->request_terminate_timeout * 1000) / 3;
heartbeat         965 sapi/fpm/fpm/fpm_conf.c 			fpm_globals.heartbeat = fpm_globals.heartbeat ? MIN(fpm_globals.heartbeat, (wp->config->request_slowlog_timeout * 1000) / 3) : (wp->config->request_slowlog_timeout * 1000) / 3;
heartbeat         359 sapi/fpm/fpm/fpm_events.c 	if (fpm_globals.heartbeat > 0) {
heartbeat         443 sapi/fpm/fpm/fpm_process_ctl.c 	static struct fpm_event_s heartbeat;
heartbeat         457 sapi/fpm/fpm/fpm_process_ctl.c 	fpm_globals.heartbeat = MAX(fpm_globals.heartbeat, FPM_PCTL_MIN_HEARTBEAT);
heartbeat         460 sapi/fpm/fpm/fpm_process_ctl.c 	zlog(ZLOG_DEBUG, "heartbeat have been set up with a timeout of %dms", fpm_globals.heartbeat);
heartbeat         461 sapi/fpm/fpm/fpm_process_ctl.c 	fpm_event_set_timer(&heartbeat, FPM_EV_PERSIST, &fpm_pctl_heartbeat, NULL);
heartbeat         462 sapi/fpm/fpm/fpm_process_ctl.c 	fpm_event_add(&heartbeat, fpm_globals.heartbeat);
heartbeat         468 sapi/fpm/fpm/fpm_process_ctl.c 	static struct fpm_event_s heartbeat;
heartbeat         491 sapi/fpm/fpm/fpm_process_ctl.c 	fpm_event_set_timer(&heartbeat, FPM_EV_PERSIST, &fpm_pctl_perform_idle_server_maintenance_heartbeat, NULL);
heartbeat         492 sapi/fpm/fpm/fpm_process_ctl.c 	fpm_event_add(&heartbeat, FPM_IDLE_SERVER_MAINTENANCE_HEARTBEAT);
heartbeat          50 sapi/fpm/fpm/fpm_systemd.c 	static struct fpm_event_s heartbeat;
heartbeat          73 sapi/fpm/fpm/fpm_systemd.c 		fpm_event_set_timer(&heartbeat, FPM_EV_PERSIST, &fpm_systemd_heartbeat, NULL);
heartbeat          74 sapi/fpm/fpm/fpm_systemd.c 		fpm_event_add(&heartbeat, fpm_global_config.systemd_interval);