Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dpci_nvme.c366 pthread_mutex_t aen_mtx; member
835 pthread_mutex_init(&sc->aen_mtx, NULL); in pci_nvme_aen_init()
870 pthread_mutex_lock(&sc->aen_mtx); in pci_nvme_aen_post()
875 pthread_mutex_unlock(&sc->aen_mtx); in pci_nvme_aen_post()
881 pthread_mutex_unlock(&sc->aen_mtx); in pci_nvme_aen_post()
898 assert(pthread_mutex_isowned_np(&sc->aen_mtx)); in pci_nvme_aen_process()
997 pthread_mutex_lock(&sc->aen_mtx); in aen_thr()
1000 pthread_cond_wait(&sc->aen_cond, &sc->aen_mtx); in aen_thr()
1002 pthread_mutex_unlock(&sc->aen_mtx); in aen_thr()