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

/freebsd-current/usr.sbin/bhyve/
H A Dpci_nvme.c355 pthread_mutex_t aen_mtx; member in struct:pci_nvme_softc
824 pthread_mutex_init(&sc->aen_mtx, NULL);
859 pthread_mutex_lock(&sc->aen_mtx);
864 pthread_mutex_unlock(&sc->aen_mtx);
870 pthread_mutex_unlock(&sc->aen_mtx);
887 assert(pthread_mutex_isowned_np(&sc->aen_mtx));
986 pthread_mutex_lock(&sc->aen_mtx);
989 pthread_cond_wait(&sc->aen_cond, &sc->aen_mtx);
991 pthread_mutex_unlock(&sc->aen_mtx);

Completed in 165 milliseconds