Searched defs:snapshot_mutex (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dfssnap.c142 static kmutex_t snapshot_mutex; variable
283 mutex_init(&snapshot_mutex, NULL, MUTEX_DEFAULT, NULL);
325 mutex_destroy(&snapshot_mutex);
441 mutex_enter(&snapshot_mutex);
444 mutex_exit(&snapshot_mutex);
464 mutex_exit(&snapshot_mutex);
582 mutex_enter(&snapshot_mutex);
594 mutex_exit(&snapshot_mutex);
621 mutex_exit(&snapshot_mutex);
1100 mutex_enter(&snapshot_mutex);
[all...]

Completed in 61 milliseconds