Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Darc.c846 static kmutex_t l2arc_free_on_write_mtx; /* mutex for list */ variable
2983 mutex_enter(&l2arc_free_on_write_mtx); in l2arc_free_abd_on_write()
2985 mutex_exit(&l2arc_free_on_write_mtx); in l2arc_free_abd_on_write()
8173 mutex_enter(&l2arc_free_on_write_mtx); in l2arc_do_free_on_write()
8184 mutex_exit(&l2arc_free_on_write_mtx); in l2arc_do_free_on_write()
9671 mutex_init(&l2arc_free_on_write_mtx, NULL, MUTEX_DEFAULT, NULL); in l2arc_init()
9689 mutex_destroy(&l2arc_free_on_write_mtx); in l2arc_fini()