Searched refs:TOPO_MOD_INIT (Results 1 – 3 of 3) sorted by relevance
81 #define TOPO_MOD_INIT 0x001 /* Module init completed */ macro
124 if (mod->tm_flags & TOPO_MOD_INIT) { in topo_mod_stop()151 mod->tm_flags |= TOPO_MOD_INIT; in topo_mod_start()
213 if (TOPO_MOD_INIT & tm.tm_flags) { in topo_module()