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

/openbsd-current/sys/dev/pci/
H A Dif_em.h458 struct mutex kstat_mtx; member in struct:em_softc
H A Dif_em.c1530 if (sc->kstat != NULL && mtx_enter_try(&sc->kstat_mtx)) {
1532 mtx_leave(&sc->kstat_mtx);
3863 mtx_init(&sc->kstat_mtx, IPL_SOFTCLOCK);
3882 kstat_set_mutex(ks, &sc->kstat_mtx);
3903 mtx_enter(&sc->kstat_mtx);
3964 mtx_leave(&sc->kstat_mtx);

Completed in 101 milliseconds