crm_active_peers 1694 cib/callbacks.c     active = crm_active_peers();
crm_active_peers  438 cib/main.c                 if (cib_shutdown_flag && (crm_active_peers() < 2)
crm_active_peers  604 crmd/fsa.c                            == crm_active_peers()) {
crm_active_peers  606 crmd/fsa.c                               " eligible to run resources.", crm_active_peers());
crm_active_peers  608 crmd/fsa.c                 } else if (crmd_join_phase_count(crm_join_confirmed) > crm_active_peers()) {
crm_active_peers  610 crmd/fsa.c                             crmd_join_phase_count(crm_join_confirmed), crm_active_peers());
crm_active_peers  622 crmd/fsa.c                              crm_active_peers(), crmd_join_phase_count(crm_join_welcomed));
crm_active_peers  483 crmd/heartbeat.c     if (crm_peer_cache == NULL || crm_active_peers() == 0) {
crm_active_peers  503 crmd/heartbeat.c                    " membership list (size=%d)", op, from, crm_active_peers());
crm_active_peers  473 crmd/throttle.c     int peers = crm_active_peers();
crm_active_peers 1043 crmd/utils.c       calculated_timeout = 1 + crm_active_peers();
crm_active_peers  167 include/crm/cluster.h guint crm_active_peers(void);
crm_active_peers  253 lib/cluster/election.c     int num_members = crm_active_peers();