election_timer 37 daemons/controld/controld_timers.c static fsa_timer_t *election_timer = NULL; election_timer 57 daemons/controld/controld_timers.c if (timer == election_timer) { election_timer 146 daemons/controld/controld_timers.c timer_op_ok = controld_stop_timer(election_timer); election_timer 157 daemons/controld/controld_timers.c controld_start_timer(election_timer); election_timer 188 daemons/controld/controld_timers.c if ((timer == election_timer) && (election_timer->counter > 5)) { election_timer 191 daemons/controld/controld_timers.c election_timer->counter = 0; election_timer 236 daemons/controld/controld_timers.c election_timer = pcmk__assert_alloc(1, sizeof(fsa_timer_t)); election_timer 241 daemons/controld/controld_timers.c election_timer->source_id = 0; election_timer 242 daemons/controld/controld_timers.c election_timer->period_ms = 0; election_timer 243 daemons/controld/controld_timers.c election_timer->fsa_input = I_DC_TIMEOUT; election_timer 244 daemons/controld/controld_timers.c election_timer->callback = crm_timer_popped; election_timer 245 daemons/controld/controld_timers.c election_timer->log_error = FALSE; election_timer 310 daemons/controld/controld_timers.c pcmk_parse_interval_spec(value, &(election_timer->period_ms)); election_timer 342 daemons/controld/controld_timers.c controld_stop_timer(election_timer); election_timer 350 daemons/controld/controld_timers.c free(election_timer); election_timer = NULL; election_timer 441 daemons/controld/controld_timers.c election_timer->counter = 0;