Searched refs:TOPO_MOD_REG (Results 1 – 5 of 5) sorted by relevance
52 if (mod->tm_flags & TOPO_MOD_REG) { in rtld_fini()54 if (mod->tm_flags & TOPO_MOD_REG) { in rtld_fini()98 if (err < 0 || !(mod->tm_flags & TOPO_MOD_REG)) { in rtld_init()
83 #define TOPO_MOD_REG 0x004 /* topo_modinfo_t registered */ macro
176 mod->tm_flags & TOPO_MOD_REG)); in topo_mod_register()201 mod->tm_flags |= TOPO_MOD_REG; in topo_mod_register()217 mod->tm_flags &= ~TOPO_MOD_REG; in topo_mod_unregister()242 assert(mod->tm_flags & TOPO_MOD_REG); in topo_mod_enumerate()
126 if (mod->tm_flags & TOPO_MOD_REG) in topo_mod_stop()153 if (!(mod->tm_flags & TOPO_MOD_REG)) { in topo_mod_start()
221 if (TOPO_MOD_REG & tm.tm_flags) { in topo_module()