peers 488 daemons/controld/controld_throttle.c int peers = pcmk__cluster_num_active_nodes(); peers 497 daemons/controld/controld_throttle.c if(limit == 0 || limit > peers/4) { peers 498 daemons/controld/controld_throttle.c limit = QB_MAX(1, peers/4); peers 503 daemons/controld/controld_throttle.c if(limit == 0 || limit > peers/2) { peers 504 daemons/controld/controld_throttle.c limit = QB_MAX(1, peers/2); peers 629 lib/cluster/election.c int peers = 1 + g_hash_table_size(crm_peer_cache); peers 635 lib/cluster/election.c if (e->election_wins > (peers * peers)) {