Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/zfs/
H A Darc.c942 static kmutex_t l2arc_free_on_write_mtx; /* mutex for list */ variable
2344 mutex_enter(&l2arc_free_on_write_mtx); in arc_buf_free_on_write()
2346 mutex_exit(&l2arc_free_on_write_mtx); in arc_buf_free_on_write()
5970 mutex_enter(&l2arc_free_on_write_mtx); in l2arc_do_free_on_write()
5982 mutex_exit(&l2arc_free_on_write_mtx); in l2arc_do_free_on_write()
7135 mutex_init(&l2arc_free_on_write_mtx, NULL, MUTEX_DEFAULT, NULL); in l2arc_init()
7159 mutex_destroy(&l2arc_free_on_write_mtx); in l2arc_fini()