shutdown_escalation_timer 49 daemons/controld/controld_timers.c fsa_timer_t *shutdown_escalation_timer = NULL; shutdown_escalation_timer 60 daemons/controld/controld_timers.c } else if (timer == shutdown_escalation_timer) { shutdown_escalation_timer 237 daemons/controld/controld_timers.c shutdown_escalation_timer = pcmk__assert_alloc(1, sizeof(fsa_timer_t)); shutdown_escalation_timer 276 daemons/controld/controld_timers.c shutdown_escalation_timer->source_id = 0; shutdown_escalation_timer 277 daemons/controld/controld_timers.c shutdown_escalation_timer->period_ms = 0; shutdown_escalation_timer 278 daemons/controld/controld_timers.c shutdown_escalation_timer->fsa_input = I_STOP; shutdown_escalation_timer 279 daemons/controld/controld_timers.c shutdown_escalation_timer->callback = crm_timer_popped; shutdown_escalation_timer 280 daemons/controld/controld_timers.c shutdown_escalation_timer->log_error = TRUE; shutdown_escalation_timer 322 daemons/controld/controld_timers.c pcmk_parse_interval_spec(value, &(shutdown_escalation_timer->period_ms)); shutdown_escalation_timer 324 daemons/controld/controld_timers.c "in %ums", shutdown_escalation_timer->period_ms); shutdown_escalation_timer 343 daemons/controld/controld_timers.c controld_stop_timer(shutdown_escalation_timer); shutdown_escalation_timer 351 daemons/controld/controld_timers.c free(shutdown_escalation_timer); shutdown_escalation_timer = NULL; shutdown_escalation_timer 476 daemons/controld/controld_timers.c if (shutdown_escalation_timer->period_ms == 0) { shutdown_escalation_timer 477 daemons/controld/controld_timers.c shutdown_escalation_timer->period_ms = default_period_ms; shutdown_escalation_timer 481 daemons/controld/controld_timers.c shutdown_escalation_timer->period_ms); shutdown_escalation_timer 482 daemons/controld/controld_timers.c controld_start_timer(shutdown_escalation_timer);