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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c1454 static kmutex_t l2arc_dev_mtx; /* device list mutex */ variable
7221 * of cache devices (l2arc_dev_mtx). Once a device has been selected,
7225 mutex_enter(&l2arc_dev_mtx);
7258 mutex_exit(&l2arc_dev_mtx);
7922 mutex_enter(&l2arc_dev_mtx);
7924 mutex_exit(&l2arc_dev_mtx);
7927 mutex_exit(&l2arc_dev_mtx);
7938 * will grab and release l2arc_dev_mtx.
7997 mutex_enter(&l2arc_dev_mtx);
8003 mutex_exit(&l2arc_dev_mtx);
[all...]

Completed in 86 milliseconds