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  236 daemons/controld/controld_timers.c     shutdown_escalation_timer = pcmk__assert_alloc(1, sizeof(fsa_timer_t));
shutdown_escalation_timer  275 daemons/controld/controld_timers.c     shutdown_escalation_timer->source_id = 0;
shutdown_escalation_timer  276 daemons/controld/controld_timers.c     shutdown_escalation_timer->period_ms = 0;
shutdown_escalation_timer  277 daemons/controld/controld_timers.c     shutdown_escalation_timer->fsa_input = I_STOP;
shutdown_escalation_timer  278 daemons/controld/controld_timers.c     shutdown_escalation_timer->callback = crm_timer_popped;
shutdown_escalation_timer  279 daemons/controld/controld_timers.c     shutdown_escalation_timer->log_error = TRUE;
shutdown_escalation_timer  321 daemons/controld/controld_timers.c     pcmk_parse_interval_spec(value, &(shutdown_escalation_timer->period_ms));
shutdown_escalation_timer  323 daemons/controld/controld_timers.c               "in %ums", shutdown_escalation_timer->period_ms);
shutdown_escalation_timer  342 daemons/controld/controld_timers.c     controld_stop_timer(shutdown_escalation_timer);
shutdown_escalation_timer  350 daemons/controld/controld_timers.c     free(shutdown_escalation_timer); shutdown_escalation_timer = NULL;
shutdown_escalation_timer  475 daemons/controld/controld_timers.c     if (shutdown_escalation_timer->period_ms == 0) {
shutdown_escalation_timer  476 daemons/controld/controld_timers.c         shutdown_escalation_timer->period_ms = default_period_ms;
shutdown_escalation_timer  480 daemons/controld/controld_timers.c                shutdown_escalation_timer->period_ms);
shutdown_escalation_timer  481 daemons/controld/controld_timers.c     controld_start_timer(shutdown_escalation_timer);