Home
last modified time | relevance | path

Searched refs:error_votes (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/block/
H A Dquorum.c471 QuorumVotes error_votes; in quorum_vote_error() local
476 QLIST_INIT(&error_votes.vote_list); in quorum_vote_error()
477 error_votes.compare = quorum_64bits_compare; in quorum_vote_error()
484 quorum_count_vote(&error_votes, &result_value, i); in quorum_vote_error()
489 winner = quorum_get_vote_winner(&error_votes); in quorum_vote_error()
493 quorum_free_vote_list(&error_votes); in quorum_vote_error()
796 QuorumVotes error_votes; in quorum_co_flush() local
802 QLIST_INIT(&error_votes.vote_list); in quorum_co_flush()
803 error_votes.compare = quorum_64bits_compare; in quorum_co_flush()
811 quorum_count_vote(&error_votes, &result_value, i); in quorum_co_flush()
[all …]