Searched refs:asy_excl_hi (Results 1 – 4 of 4) sorted by relevance
401 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 …]
716 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 …]
250 kmutex_t *asy_excl_hi; /* asy spinlock mutex */ member
352 kmutex_t asy_excl_hi; /* asy spinlock mutex */ member