Searched refs:votes (Results 1 – 2 of 2) sorted by relevance
29 will be an aggregate of the sleep votes from each of those subsystems. Clients
3813 unsigned long votes; member3869 uint64_t votes = dictGetUnsignedIntegerVal(de); in sentinelGetLeader() local3871 if (votes > max_votes) { in sentinelGetLeader()3872 max_votes = votes; in sentinelGetLeader()3887 uint64_t votes = sentinelLeaderIncr(counters,myvote); in sentinelGetLeader() local3889 if (votes > max_votes) { in sentinelGetLeader()3890 max_votes = votes; in sentinelGetLeader()