Searched refs:host_uid_hash (Results 1 – 1 of 1) sorted by relevance
62 static struct hash_table *host_uid_hash; variable112 if (!host_uid_hash) { in enter_host()113 host_uid_hash = new_hash(); in enter_host()116 hp = (struct host_decl *)hash_lookup(host_uid_hash, in enter_host()134 add_hash(host_uid_hash, in enter_host()152 return (struct host_decl *)hash_lookup(host_uid_hash, data, len); in find_hosts_by_uid()