Searched refs:TOPO_MOD_REG (Results 1 – 5 of 5) sorted by relevance
50 if (mod->tm_flags & TOPO_MOD_REG) { in rtld_fini()52 if (mod->tm_flags & TOPO_MOD_REG) { in rtld_fini()96 if (err < 0 || !(mod->tm_flags & TOPO_MOD_REG)) { in rtld_init()
81 #define TOPO_MOD_REG 0x004 /* topo_modinfo_t registered */ macro
129 if (mod->tm_flags & TOPO_MOD_REG) in topo_mod_stop()156 if (!(mod->tm_flags & TOPO_MOD_REG)) { in topo_mod_start()
182 mod->tm_flags & TOPO_MOD_REG)); in topo_mod_register()207 mod->tm_flags |= TOPO_MOD_REG; in topo_mod_register()223 mod->tm_flags &= ~TOPO_MOD_REG; in topo_mod_unregister()248 assert(mod->tm_flags & TOPO_MOD_REG); in topo_mod_enumerate()
222 if (TOPO_MOD_REG & tm.tm_flags) { in topo_module()