Searched refs:AffinityHash (Results 1 – 4 of 4) sorted by relevance
567 struct AffinityHash { struct568 AffinityHash(size_t idx, uint32_t hash) : idx(idx), hash(hash) {} in AffinityHash() argument587 std::vector<AffinityHash> affinity_hash; argument
220 std::vector<AffinityHash> affinity_hash;
894 [](const AffinityHash &lhs, uint32_t rhs) { return lhs.hash < rhs; }); in get_downstream_addr()988 [](const AffinityHash &lhs, uint32_t rhs) { return lhs.hash < rhs; }); in get_downstream_addr_strict_affinity()
4388 int compute_affinity_hash(std::vector<AffinityHash> &res, size_t idx, in compute_affinity_hash()4620 [](const AffinityHash &lhs, const AffinityHash &rhs) { in configure_downstream_group()