Searched refs:tim_busy (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_method.h39 uint_t tim_busy; /* method entry busy indicator */ member in struct:topo_imethod
H A Dtopo_method.c87 while (mp->tim_busy != 0)
90 ++mp->tim_busy;
99 --mp->tim_busy;
101 assert(mp->tim_busy == 0);

Completed in 22 milliseconds