topo_mod
struct topo_mod *tim_mod; /* Ptr to controlling module */
typedef struct topo_mod topo_mod_t;
int (*mop_init)(struct topo_mod *, topo_version_t version);
int (*mop_fini)(struct topo_mod *);
struct topo_mod **mh_hash; /* hash bucket array */
struct topo_mod *tm_next; /* Next module in hash chain */