Searched defs:topo_modhash (Results 1 – 1 of 1) sorted by relevance
47 struct topo_modhash { struct48 pthread_mutex_t mh_lock; /* hash lock */49 struct topo_mod **mh_hash; /* hash bucket array */50 uint_t mh_hashlen; /* size of hash bucket array */51 uint_t mh_nelems; /* number of modules in hash */