Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c421 mutex_exit(asy->asy_excl_hi); in asydetach()
443 mutex_enter(asy->asy_excl_hi); in asydetach()
448 mutex_exit(asy->asy_excl_hi); in asydetach()
941 mutex_enter(asy->asy_excl_hi); in asyopen()
1023 mutex_exit(asy->asy_excl_hi); in asyopen()
1138 mutex_exit(asy->asy_excl_hi); in asyclose()
1253 mutex_exit(asy->asy_excl_hi); in asyclose()
1593 mutex_exit(asy->asy_excl_hi); in asy_polled_enter()
1616 mutex_exit(asy->asy_excl_hi); in asy_polled_exit()
1722 mutex_exit(asy->asy_excl_hi); in asyintr()
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Dasy.c692 mutex_exit(&asy->asy_excl_hi); in asydetach()
803 mutex_exit(&asy->asy_excl_hi); in asyattach()
987 mutex_enter(&asy->asy_excl_hi); in asyattach()
990 mutex_exit(&asy->asy_excl_hi); in asyattach()
1015 mutex_exit(&asy->asy_excl_hi); in asyattach()
1040 mutex_enter(&asy->asy_excl_hi); in asyattach()
1047 mutex_exit(&asy->asy_excl_hi); in asyattach()
1060 mutex_exit(&asy->asy_excl_hi); in asyattach()
1668 mutex_exit(&asy->asy_excl_hi); in asyopen()
1799 mutex_exit(&asy->asy_excl_hi); in asyclose()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dasy.h275 kmutex_t asy_excl_hi; /* asy spinlock mutex */ member
438 ASSERT(MUTEX_HELD(&asy->asy_excl_hi)); \
/illumos-gate/usr/src/uts/sun4/sys/
H A Dsudev.h250 kmutex_t *asy_excl_hi; /* asy spinlock mutex */ member