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

/illumos-gate/usr/src/uts/sun4u/io/
H A Dsysiosbus.c379 static int sbus_attachcnt = 0; /* number of instances attached */ variable
380 static kmutex_t sbus_attachcnt_mutex; /* sbus_attachcnt lock - attach/detach */
680 * remove the picN kstats. We use sbus_attachcnt as a
685 sbus_attachcnt --;
686 if (sbus_attachcnt == 0) {
2501 * to attach. We use sbus_attachcnt as a count of how
2506 if (sbus_attachcnt == 0)
2509 sbus_attachcnt ++;

Completed in 48 milliseconds