Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4/io/
H A Dsu_driver.c399 mutex_enter(asy->asy_excl_hi); in asydetach()
401 mutex_exit(asy->asy_excl_hi); in asydetach()
419 mutex_exit(asy->asy_excl_hi); in asydetach()
441 mutex_enter(asy->asy_excl_hi); in asydetach()
446 mutex_exit(asy->asy_excl_hi); in asydetach()
456 mutex_destroy(asy->asy_excl_hi); in asydetach()
458 kmem_free(asy->asy_excl_hi, sizeof (kmutex_t)); in asydetach()
515 mutex_enter(asy->asy_excl_hi); in asyattach()
517 mutex_exit(asy->asy_excl_hi); in asyattach()
529 mutex_exit(asy->asy_excl_hi); in asyattach()
[all …]
/titanic_44/usr/src/uts/common/io/
H A Dasy.c627 mutex_destroy(&asy->asy_excl_hi); in asydetach()
680 mutex_enter(&asy->asy_excl_hi); in asydetach()
690 mutex_exit(&asy->asy_excl_hi); in asydetach()
772 mutex_enter(&asy->asy_excl_hi); in asyattach()
778 mutex_exit(&asy->asy_excl_hi); in asyattach()
792 mutex_exit(&asy->asy_excl_hi); in asyattach()
797 mutex_enter(&asy->asy_excl_hi); in asyattach()
801 mutex_exit(&asy->asy_excl_hi); in asyattach()
980 mutex_init(&asy->asy_excl_hi, NULL, MUTEX_DRIVER, in asyattach()
985 mutex_enter(&asy->asy_excl_hi); in asyattach()
[all …]
/titanic_44/usr/src/uts/sun4/sys/
H A Dsudev.h250 kmutex_t *asy_excl_hi; /* asy spinlock mutex */ member
/titanic_44/usr/src/uts/common/sys/
H A Dasy.h274 kmutex_t asy_excl_hi; /* asy spinlock mutex */ member