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

/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd.c296 static kmutex_t md_nblocks_mutex; variable
323 mutex_enter(&md_nblocks_mutex);
331 mutex_exit(&md_nblocks_mutex);
340 mutex_enter(&md_nblocks_mutex);
343 mutex_exit(&md_nblocks_mutex);
346 mutex_exit(&md_nblocks_mutex);
366 mutex_init(&md_nblocks_mutex, NULL, MUTEX_DEFAULT, NULL);
387 mutex_destroy(&md_nblocks_mutex);

Completed in 49 milliseconds