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

/freebsd-13-stable/sys/dev/hyperv/utilities/
H A Dhv_snapshot.c216 struct mtx pending_mutex; member in struct:hv_vss_sc
332 mtx_lock(&reqp->sc->pending_mutex);
334 mtx_unlock(&reqp->sc->pending_mutex);
392 mtx_lock(&dev_sc->sc->pending_mutex);
405 mtx_unlock(&dev_sc->sc->pending_mutex);
412 mtx_lock(&dev_sc->sc->pending_mutex);
417 mtx_unlock(&dev_sc->sc->pending_mutex);
438 mtx_lock(&dev_sc->sc->pending_mutex);
440 mtx_unlock(&dev_sc->sc->pending_mutex);
492 mtx_lock(&dev_sc->sc->pending_mutex);
[all...]
H A Dhv_kvp.c139 struct mtx pending_mutex; member in struct:hv_kvp_sc
628 mtx_lock(&sc->pending_mutex);
631 mtx_unlock(&sc->pending_mutex);
642 mtx_lock(&sc->pending_mutex);
661 mtx_unlock(&sc->pending_mutex);
793 mtx_lock(&sc->pending_mutex);
811 mtx_unlock(&sc->pending_mutex);
828 mtx_lock(&sc->pending_mutex);
840 mtx_unlock(&sc->pending_mutex);
863 mtx_init(&sc->pending_mutex, "h
[all...]

Completed in 83 milliseconds