Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Darc.c863 static kmutex_t l2arc_dev_mtx; /* device list mutex */ variable
9060 ASSERT(MUTEX_HELD(&l2arc_dev_mtx)); in l2arc_pool_has_devices()
10296 mutex_enter(&l2arc_dev_mtx); in l2arc_vdev_get()
10302 mutex_exit(&l2arc_dev_mtx); in l2arc_vdev_get()
10395 ASSERT(MUTEX_HELD(&l2arc_dev_mtx)); in l2arc_update_smallest_capacity()
10487 mutex_enter(&l2arc_dev_mtx); in l2arc_add_vdev()
10524 mutex_exit(&l2arc_dev_mtx); in l2arc_add_vdev()
10657 mutex_enter(&l2arc_dev_mtx); in l2arc_remove_vdev()
10677 mutex_exit(&l2arc_dev_mtx); in l2arc_remove_vdev()
10697 mutex_init(&l2arc_dev_mtx, NULL, MUTEX_DEFAULT, NULL); in l2arc_init()
[all …]