Searched refs:tm_busy (Results 1 – 3 of 3) sorted by relevance
89 while (mod->tm_busy != 0) in topo_mod_enter()92 ++mod->tm_busy; in topo_mod_enter()101 --mod->tm_busy; in topo_mod_exit()103 assert(mod->tm_busy == 0); in topo_mod_exit()343 assert(mod->tm_busy == 0); in topo_modhash_unload()
64 uint_t tm_busy; /* Busy indicator */ member
190 if (tm.tm_busy) in topo_module()