Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsgsbbc.c82 kmutex_t chosen_lock; variable
172 mutex_init(&chosen_lock, NULL, MUTEX_DEFAULT, NULL); in _init()
198 mutex_destroy(&chosen_lock); in _fini()
264 mutex_enter(&chosen_lock); in sbbc_attach()
283 mutex_exit(&chosen_lock); in sbbc_attach()
356 mutex_enter(&chosen_lock); in sbbc_detach()
358 mutex_exit(&chosen_lock); in sbbc_detach()
370 mutex_enter(&chosen_lock); in sbbc_detach()
372 mutex_exit(&chosen_lock); in sbbc_detach()
756 ASSERT(mutex_owned(&chosen_lock)); in sbbc_add_instance()
H A Dsgsbbc_iosram.c800 mutex_enter(&chosen_lock); in sgsbbc_iosram_switchfrom()
823 mutex_exit(&chosen_lock); in sgsbbc_iosram_switchfrom()
H A Dsgsbbc_mailbox.c422 ASSERT(MUTEX_HELD(&chosen_lock)); in sbbc_mbox_create()
/illumos-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dsgsbbc_priv.h220 extern kmutex_t chosen_lock;