Home
last modified time | relevance | path

Searched refs:tm_busy (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_module.c89 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()
H A Dtopo_module.h64 uint_t tm_busy; /* Busy indicator */ member
/titanic_41/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c190 if (tm.tm_busy) in topo_module()