Searched defs:arc_access (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c1106 static void arc_access(arc_buf_hdr_t *, kmutex_t *);
2897 * arc_access and arc_change_state need to be aware that a
4379 arc_access(arc_buf_hdr_t *hdr, kmutex_t *hash_lock) function
4609 * Only call arc_access on anonymous buffers. This is because
4611 * called arc_access (to prevent any simultaneous readers from
4614 arc_access(hdr, hash_lock);
4832 arc_access(hdr, hash_lock);
4895 * do this after we've called arc_access() to
4898 arc_access(hdr, hash_lock);
5501 arc_access(hd
[all...]

Completed in 60 milliseconds