election_timer     36 daemons/controld/controld_timers.c static fsa_timer_t *election_timer = NULL;
election_timer     56 daemons/controld/controld_timers.c     if (timer == election_timer) {
election_timer    145 daemons/controld/controld_timers.c         timer_op_ok = controld_stop_timer(election_timer);
election_timer    156 daemons/controld/controld_timers.c         controld_start_timer(election_timer);
election_timer    187 daemons/controld/controld_timers.c     if ((timer == election_timer) && (election_timer->counter > 5)) {
election_timer    190 daemons/controld/controld_timers.c         election_timer->counter = 0;
election_timer    235 daemons/controld/controld_timers.c     election_timer = pcmk__assert_alloc(1, sizeof(fsa_timer_t));
election_timer    240 daemons/controld/controld_timers.c     election_timer->source_id = 0;
election_timer    241 daemons/controld/controld_timers.c     election_timer->period_ms = 0;
election_timer    242 daemons/controld/controld_timers.c     election_timer->fsa_input = I_DC_TIMEOUT;
election_timer    243 daemons/controld/controld_timers.c     election_timer->callback = crm_timer_popped;
election_timer    244 daemons/controld/controld_timers.c     election_timer->log_error = FALSE;
election_timer    309 daemons/controld/controld_timers.c     pcmk_parse_interval_spec(value, &(election_timer->period_ms));
election_timer    341 daemons/controld/controld_timers.c     controld_stop_timer(election_timer);
election_timer    349 daemons/controld/controld_timers.c     free(election_timer); election_timer = NULL;
election_timer    440 daemons/controld/controld_timers.c     election_timer->counter = 0;