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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c1458 static kmutex_t l2arc_free_on_write_mtx; /* mutex for list */ variable
1475 /* protected by l2arc_free_on_write_mtx */
2982 mutex_enter(&l2arc_free_on_write_mtx);
2984 mutex_exit(&l2arc_free_on_write_mtx);
7280 mutex_enter(&l2arc_free_on_write_mtx);
7291 mutex_exit(&l2arc_free_on_write_mtx);
8103 mutex_init(&l2arc_free_on_write_mtx, NULL, MUTEX_DEFAULT, NULL);
8127 mutex_destroy(&l2arc_free_on_write_mtx);

Completed in 151 milliseconds