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.c401 mutex_enter(asy->asy_excl_hi); in asydetach()
403 mutex_exit(asy->asy_excl_hi); in asydetach()
421 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()
458 mutex_destroy(asy->asy_excl_hi); in asydetach()
460 kmem_free(asy->asy_excl_hi, sizeof (kmutex_t)); in asydetach()
517 mutex_enter(asy->asy_excl_hi); in asyattach()
519 mutex_exit(asy->asy_excl_hi); in asyattach()
531 mutex_exit(asy->asy_excl_hi); in asyattach()
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Dasy.c716 ASSERT(mutex_owned(&asy->asy_excl_hi)); in asy_put()
732 ASSERT(mutex_owned(&asy->asy_excl_hi)); in asy_get()
841 ASSERT(mutex_owned(&asy->asy_excl_hi)); in asy_wait_baudrate()
844 mutex_exit(&asy->asy_excl_hi); in asy_wait_baudrate()
848 mutex_enter(&asy->asy_excl_hi); in asy_wait_baudrate()
1210 mutex_enter(&asy->asy_excl_hi); in asy_resume()
1215 mutex_exit(&asy->asy_excl_hi); in asy_resume()
1229 mutex_exit(&asy->asy_excl_hi); in asy_resume()
1234 mutex_enter(&asy->asy_excl_hi); in asy_resume()
1238 mutex_exit(&asy->asy_excl_hi); in asy_resume()
[all …]
/illumos-gate/usr/src/uts/sun4/sys/
H A Dsudev.h250 kmutex_t *asy_excl_hi; /* asy spinlock mutex */ member
/illumos-gate/usr/src/uts/common/sys/
H A Dasy.h352 kmutex_t asy_excl_hi; /* asy spinlock mutex */ member