Searched refs:TOPO_MOD_FINI (Results 1 – 4 of 4) sorted by relevance
80 #define TOPO_MOD_FINI 0x002 /* Module fini completed */ macro
133 mod->tm_flags = TOPO_MOD_FINI; in topo_mod_stop()
181 assert(!(mod->tm_flags & TOPO_MOD_FINI || in topo_mod_register()221 assert(!(mod->tm_flags & TOPO_MOD_FINI)); in topo_mod_unregister()
218 if (TOPO_MOD_FINI & tm.tm_flags) { in topo_module()