Home
last modified time | relevance | path

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

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