Searched refs:b_arc_access (Results 1 – 2 of 2) sorted by relevance
3130 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()3836 ddi_get_lbolt() - hdr->b_l1hdr.b_arc_access < min_lifetime * hz)) { in arc_evict_hdr()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()5165 if (now > hdr->b_l1hdr.b_arc_access + ARC_MINTIME) { in arc_access()[all …]
170 clock_t b_arc_access; member