Searched defs:mboxsc_flaglock_count (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dmboxsc.c192 static uint32_t mboxsc_flaglock_count; variable
271 mboxsc_flaglock_count = 0;
1753 if ((mboxsc_flaglock_count > 0) ||
1755 mboxsc_flaglock_count++;
1851 ASSERT(mboxsc_flaglock_count != 0);
1863 if ((mboxsc_flaglock_count > 1) ||
1865 mboxsc_flaglock_count--;

Completed in 203 milliseconds