Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/zfs-tests/tests/perf/scripts/
H A Dprefetch_io.d31 #define HDR_GET_PSIZE(hdr) ((hdr)->b_psize << SPA_MINBLOCKSHIFT) macro
63 @s["physical"] = sum(HDR_GET_PSIZE(this->hdr));
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c1619 HDR_GET_PSIZE(hdr) > 0) { in arc_hdr_size()
1620 size = HDR_GET_PSIZE(hdr); in arc_hdr_size()
1722 HDR_GET_PSIZE(hdr)); in arc_hdr_decrypt()
1880 HDR_GET_PSIZE(hdr)); in arc_buf_fill()
2087 HDR_GET_PSIZE(hdr), hdr); in arc_evictable_space_increment()
2127 HDR_GET_PSIZE(hdr), hdr); in arc_evictable_space_decrement()
3045 size = HDR_GET_PSIZE(hdr); in arc_hdr_alloc_pabd()
5882 size = HDR_GET_PSIZE(hdr); in arc_read()
6049 HDR_GET_PSIZE(hdr)); in arc_read()
8418 psize = HDR_GET_PSIZE(hdr); in l2arc_apply_transforms()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Darc.h58 #define HDR_GET_PSIZE(hdr) ((hdr)->b_psize << SPA_MINBLOCKSHIFT) macro