peers 473 crmd/throttle.c int peers = crm_active_peers(); peers 482 crmd/throttle.c if(limit == 0 || limit > peers/4) { peers 483 crmd/throttle.c limit = QB_MAX(1, peers/4); peers 488 crmd/throttle.c if(limit == 0 || limit > peers/2) { peers 489 crmd/throttle.c limit = QB_MAX(1, peers/2); peers 459 lib/cluster/election.c int peers = 1 + g_hash_table_size(crm_peer_cache); peers 465 lib/cluster/election.c if (election_wins > (peers * peers)) {