Searched refs:l2arc_dev_mtx (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c1071 static kmutex_t l2arc_dev_mtx; /* device list mutex */ variable
6262 * of cache devices (l2arc_dev_mtx). Once a device has been selected,
6266 mutex_enter(&l2arc_dev_mtx);
6299 mutex_exit(&l2arc_dev_mtx);
6927 mutex_enter(&l2arc_dev_mtx);
6929 mutex_exit(&l2arc_dev_mtx);
6932 mutex_exit(&l2arc_dev_mtx);
6943 * will grab and release l2arc_dev_mtx.
7002 mutex_enter(&l2arc_dev_mtx);
7008 mutex_exit(&l2arc_dev_mtx);
[all...]

Completed in 1051 milliseconds