fsa_election      139 crmd/control.c         fsa_election = election_init(NULL, cluster->uname, 60000/*60s*/, election_timeout_popped);
fsa_election      358 crmd/control.c     election_fini(fsa_election);
fsa_election      359 crmd/control.c     fsa_election = NULL;
fsa_election      385 crmd/control.c     election_timeout_stop(fsa_election);
fsa_election     1072 crmd/control.c     election_timeout_set_period(fsa_election, crm_get_msec(value));
fsa_election      100 crmd/crmd_fsa.h extern election_t *fsa_election;   /*  */
fsa_election       77 crmd/election.c     election_vote(fsa_election);
fsa_election       90 crmd/election.c     } else if(election_check(fsa_election)) {
fsa_election      116 crmd/election.c     rc = election_count_vote(fsa_election, vote->msg, cur_state != S_STARTING);
fsa_election      119 crmd/election.c             election_reset(fsa_election);
fsa_election      186 crmd/election.c     election_reset(fsa_election);
fsa_election       54 crmd/fsa.c     election_t *fsa_election = NULL;
fsa_election      513 crmd/fsa.c             election_timeout_stop(fsa_election);
fsa_election       55 crmd/membership.c             election_remove(fsa_election, node->uname);