Searched refs:HASHGUID (Results 1 – 4 of 4) sorted by relevance
52 #define HASHGUID(guid) ((uint32_t)(((uint32_t)(guid) * 101) ^ ((uint32_t)((guid) >> 32) * 103))) macro
302 int hash_indx = HASHGUID(node_cache->node->guid) % HTSZ; in store_node_cache()403 int hash_indx = HASHGUID(port_cache->port->guid) % HTSZ; in store_port_cache()469 int hash_indx = HASHGUID(port_cache_key->guid) % HTSZ; in _find_port()485 int hash_indx = HASHGUID(guid) % HTSZ; in _find_node()
616 int hash = HASHGUID(guid) % HTSZ; in ibnd_find_node_guid()641 int hash_idx = HASHGUID(node->guid) % HTSZ; in add_to_nodeguid_hash()660 int hash_idx = HASHGUID(port->guid) % HTSZ; in add_to_portguid_hash()929 int hash = HASHGUID(guid) % HTSZ; in ibnd_find_port_guid()
412 #define HASHGUID(guid) ((uint32_t)(((uint32_t)(guid) * 101) ^ ((uint32_t)((guid) >> 32) * 103))) macro418 int hash = HASHGUID(new->nodeguid) % HTSZ; in insert_node()