Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c3130 hdr->b_l1hdr.b_arc_access = 0; in arc_hdr_alloc()
3318 nhdr->b_l1hdr.b_arc_access = hdr->b_l1hdr.b_arc_access; in arc_hdr_realloc_crypt()
3377 hdr->b_l1hdr.b_arc_access = 0; in arc_hdr_realloc_crypt()
4293 if (data_hdr->b_l1hdr.b_arc_access < in arc_adjust_type()
4294 meta_hdr->b_l1hdr.b_arc_access) { in arc_adjust_type()
5125 ASSERT0(hdr->b_l1hdr.b_arc_access); in arc_access()
5126 hdr->b_l1hdr.b_arc_access = ddi_get_lbolt(); in arc_access()
5156 hdr->b_l1hdr.b_arc_access = now; in arc_access()
5171 hdr->b_l1hdr.b_arc_access = now; in arc_access()
6189 hdr->b_l1hdr.b_arc_access = 0; in arc_release()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Darc_impl.h170 clock_t b_arc_access; member