Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/openzfs/module/zfs/
HDvdev_rebuild.c844 mutex_enter(&msp->ms_sync_lock); in vdev_rebuild_thread()
855 mutex_exit(&msp->ms_sync_lock); in vdev_rebuild_thread()
857 mutex_enter(&msp->ms_sync_lock); in vdev_rebuild_thread()
893 mutex_exit(&msp->ms_sync_lock); in vdev_rebuild_thread()
HDspa_log_spacemap.c851 mutex_enter(&curr->ms_sync_lock); in spa_flush_metaslabs()
855 mutex_exit(&curr->ms_sync_lock); in spa_flush_metaslabs()
HDvdev_removal.c1632 mutex_enter(&msp->ms_sync_lock); in spa_vdev_remove_thread()
1662 mutex_exit(&msp->ms_sync_lock); in spa_vdev_remove_thread()
1677 mutex_exit(&msp->ms_sync_lock); in spa_vdev_remove_thread()
HDmetaslab.c2540 mutex_enter(&msp->ms_sync_lock); in metaslab_load_impl()
2547 mutex_exit(&msp->ms_sync_lock); in metaslab_load_impl()
2657 mutex_exit(&msp->ms_sync_lock); in metaslab_load_impl()
2843 mutex_init(&ms->ms_sync_lock, NULL, MUTEX_DEFAULT, NULL); in metaslab_init()
3031 mutex_destroy(&msp->ms_sync_lock); in metaslab_fini()
4285 mutex_enter(&msp->ms_sync_lock); in metaslab_sync()
4454 mutex_exit(&msp->ms_sync_lock); in metaslab_sync()
/freebsd-head/sys/contrib/openzfs/include/sys/
HDmetaslab_impl.h363 kmutex_t ms_sync_lock; member