Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_nvme.c363 pthread_mutex_t aen_mtx; member
842 pthread_mutex_init(&sc->aen_mtx, NULL); in pci_nvme_aen_init()
877 pthread_mutex_lock(&sc->aen_mtx); in pci_nvme_aen_post()
882 pthread_mutex_unlock(&sc->aen_mtx); in pci_nvme_aen_post()
888 pthread_mutex_unlock(&sc->aen_mtx); in pci_nvme_aen_post()
909 assert(pthread_mutex_isowned_np(&sc->aen_mtx)); in pci_nvme_aen_process()
1008 pthread_mutex_lock(&sc->aen_mtx); in aen_thr()
1011 pthread_cond_wait(&sc->aen_cond, &sc->aen_mtx); in aen_thr()
1014 pthread_mutex_unlock(&sc->aen_mtx); in aen_thr()