shutdown_escalation_timer   48 daemons/controld/controld_timers.c fsa_timer_t *shutdown_escalation_timer = NULL;
shutdown_escalation_timer   59 daemons/controld/controld_timers.c     } else if (timer == shutdown_escalation_timer) {
shutdown_escalation_timer  252 daemons/controld/controld_timers.c     shutdown_escalation_timer = calloc(1, sizeof(fsa_timer_t));
shutdown_escalation_timer  253 daemons/controld/controld_timers.c     if (shutdown_escalation_timer == NULL) {
shutdown_escalation_timer  302 daemons/controld/controld_timers.c     shutdown_escalation_timer->source_id = 0;
shutdown_escalation_timer  303 daemons/controld/controld_timers.c     shutdown_escalation_timer->period_ms = 0;
shutdown_escalation_timer  304 daemons/controld/controld_timers.c     shutdown_escalation_timer->fsa_input = I_STOP;
shutdown_escalation_timer  305 daemons/controld/controld_timers.c     shutdown_escalation_timer->callback = crm_timer_popped;
shutdown_escalation_timer  306 daemons/controld/controld_timers.c     shutdown_escalation_timer->log_error = TRUE;
shutdown_escalation_timer  348 daemons/controld/controld_timers.c     shutdown_escalation_timer->period_ms = crm_parse_interval_spec(value);
shutdown_escalation_timer  350 daemons/controld/controld_timers.c               "in %ums", shutdown_escalation_timer->period_ms);
shutdown_escalation_timer  369 daemons/controld/controld_timers.c     controld_stop_timer(shutdown_escalation_timer);
shutdown_escalation_timer  377 daemons/controld/controld_timers.c     free(shutdown_escalation_timer); shutdown_escalation_timer = NULL;
shutdown_escalation_timer  502 daemons/controld/controld_timers.c     if (shutdown_escalation_timer->period_ms == 0) {
shutdown_escalation_timer  503 daemons/controld/controld_timers.c         shutdown_escalation_timer->period_ms = default_period_ms;
shutdown_escalation_timer  507 daemons/controld/controld_timers.c                shutdown_escalation_timer->period_ms);
shutdown_escalation_timer  508 daemons/controld/controld_timers.c     controld_start_timer(shutdown_escalation_timer);