Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/utilities/
H A Dhv_snapshot.c213 struct mtx pending_mutex; member
329 mtx_lock(&reqp->sc->pending_mutex); in hv_vss_notify_host_result()
331 mtx_unlock(&reqp->sc->pending_mutex); in hv_vss_notify_host_result()
389 mtx_lock(&dev_sc->sc->pending_mutex); in hv_vss_notified()
402 mtx_unlock(&dev_sc->sc->pending_mutex); in hv_vss_notified()
409 mtx_lock(&dev_sc->sc->pending_mutex); in hv_vss_notify()
414 mtx_unlock(&dev_sc->sc->pending_mutex); in hv_vss_notify()
435 mtx_lock(&dev_sc->sc->pending_mutex); in hv_vss_daemon_acked()
437 mtx_unlock(&dev_sc->sc->pending_mutex); in hv_vss_daemon_acked()
489 mtx_lock(&dev_sc->sc->pending_mutex); in hv_vss_app_acked()
[all …]
H A Dhv_kvp.c136 struct mtx pending_mutex; member
625 mtx_lock(&sc->pending_mutex); in hv_kvp_process_request()
628 mtx_unlock(&sc->pending_mutex); in hv_kvp_process_request()
639 mtx_lock(&sc->pending_mutex); in hv_kvp_process_request()
658 mtx_unlock(&sc->pending_mutex); in hv_kvp_process_request()
790 mtx_lock(&sc->pending_mutex); in hv_kvp_dev_daemon_write()
808 mtx_unlock(&sc->pending_mutex); in hv_kvp_dev_daemon_write()
825 mtx_lock(&sc->pending_mutex); in hv_kvp_dev_daemon_poll()
837 mtx_unlock(&sc->pending_mutex); in hv_kvp_dev_daemon_poll()
860 mtx_init(&sc->pending_mutex, "hv-kvp pending mutex", in hv_kvp_attach()