Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dmetaslab.c710 mutex_enter(&mg->mg_lock); in metaslab_group_alloc_update()
769 mutex_exit(&mg->mg_lock); in metaslab_group_alloc_update()
1028 mutex_enter(&mg->mg_lock); in metaslab_group_histogram_add()
1035 mutex_exit(&mg->mg_lock); in metaslab_group_histogram_add()
1048 mutex_enter(&mg->mg_lock); in metaslab_group_histogram_remove()
1060 mutex_exit(&mg->mg_lock); in metaslab_group_histogram_remove()
1067 mutex_enter(&mg->mg_lock); in metaslab_group_add()
1071 mutex_exit(&mg->mg_lock); in metaslab_group_add()
1085 mutex_enter(&mg->mg_lock); in metaslab_group_remove()
1097 mutex_exit(&mg->mg_lock); in metaslab_group_remove()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dmetaslab_impl.h216 kmutex_t mg_lock; member