Home
last modified time | relevance | path

Searched refs:afe_intrlock (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/afe/
H A Dafe.c423 mutex_init(&afep->afe_intrlock, NULL, MUTEX_DRIVER, afep->afe_icookie); in afe_attach()
482 mutex_enter(&afep->afe_intrlock); in afe_attach()
486 mutex_exit(&afep->afe_intrlock); in afe_attach()
490 mutex_exit(&afep->afe_intrlock); in afe_attach()
545 mutex_destroy(&afep->afe_intrlock); in afe_attach()
577 mutex_enter(&afep->afe_intrlock); in afe_detach()
582 mutex_exit(&afep->afe_intrlock); in afe_detach()
600 mutex_destroy(&afep->afe_intrlock); in afe_detach()
611 mutex_enter(&afep->afe_intrlock); in afe_detach()
616 mutex_exit(&afep->afe_intrlock); in afe_detach()
[all …]
H A Dafeimpl.h92 kmutex_t afe_intrlock; member