Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c697 #define HDR_LOCK(hdr) \ macro
850 (HDR_EMPTY(hdr) || MUTEX_HELD(HDR_LOCK(hdr)))
1862 kmutex_t *hash_lock = (flags & ARC_FILL_LOCKED) ? NULL : HDR_LOCK(hdr); in arc_buf_fill()
2148 if (!HDR_EMPTY(hdr) && !MUTEX_HELD(HDR_LOCK(hdr))) { in add_reference()
3175 ASSERT(MUTEX_HELD(HDR_LOCK(hdr))); in arc_hdr_realloc()
3750 kmutex_t *hash_lock = HDR_LOCK(hdr); in arc_buf_destroy()
3755 ASSERT3P(hash_lock, ==, HDR_LOCK(hdr)); in arc_buf_destroy()
3959 hash_lock = HDR_LOCK(hdr); in arc_evict_state_impl()
5270 kmutex_t *hash_lock = HDR_LOCK(hdr); in arc_buf_access()
6201 kmutex_t *hash_lock = HDR_LOCK(hdr); in arc_release()
[all …]