Searched refs:arc_get_data_buf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c309 /* shift of arc_c for calculating overflow limit in arc_get_data_buf */
1102 static void *arc_get_data_buf(arc_buf_hdr_t *, uint64_t, void *);
1900 arc_get_data_buf(hdr, HDR_GET_LSIZE(hdr), buf);
1910 arc_get_data_buf(hdr, HDR_GET_LSIZE(hdr), buf);
2471 arc_get_data_buf(hdr, arc_buf_size(buf), buf);
2799 hdr->b_l1hdr.b_pdata = arc_get_data_buf(hdr, arc_hdr_size(hdr), hdr);
3340 * arc_get_data_buf() doesn't check for overflow
4045 * Threads can block in arc_get_data_buf() waiting for this thread to evict
4047 * arc_get_data_buf() are sleeping while holding the hash lock for their
4051 * - Thread A sleeps on CV in arc_get_data_buf() holdin
4255 arc_get_data_buf(arc_buf_hdr_t *hdr, uint64_t size, void *tag) function
[all...]

Completed in 105 milliseconds