Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/zfs/
H A Darc.c1254 kmutex_t l2ad_mtx; /* lock for buffer list */ member
1641 mutex_enter(&dev->l2ad_mtx); in arc_hdr_realloc()
1652 mutex_exit(&dev->l2ad_mtx); in arc_hdr_realloc()
2370 ASSERT(MUTEX_HELD(&hdr->b_l2hdr.b_dev->l2ad_mtx)); in arc_buf_l2_cdata_free()
2500 ASSERT(MUTEX_HELD(&dev->l2ad_mtx)); in arc_hdr_l2hdr_destroy()
2559 boolean_t buflist_held = MUTEX_HELD(&dev->l2ad_mtx); in arc_hdr_destroy()
2562 mutex_enter(&dev->l2ad_mtx); in arc_hdr_destroy()
2577 mutex_exit(&dev->l2ad_mtx); in arc_hdr_destroy()
4872 mutex_enter(&hdr->b_l2hdr.b_dev->l2ad_mtx); in arc_release()
4885 mutex_exit(&hdr->b_l2hdr.b_dev->l2ad_mtx); in arc_release()
[all …]