Home
last modified time | relevance | path

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

/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/
Darc.c1364 static kmutex_t l2arc_free_on_write_mtx; /* mutex for list */ variable
2627 mutex_enter(&l2arc_free_on_write_mtx); in l2arc_free_data_on_write()
2629 mutex_exit(&l2arc_free_on_write_mtx); in l2arc_free_data_on_write()
6614 mutex_enter(&l2arc_free_on_write_mtx); in l2arc_do_free_on_write()
6630 mutex_exit(&l2arc_free_on_write_mtx); in l2arc_do_free_on_write()
7447 mutex_init(&l2arc_free_on_write_mtx, NULL, MUTEX_DEFAULT, NULL); in l2arc_init()
7471 mutex_destroy(&l2arc_free_on_write_mtx); in l2arc_fini()