Searched refs:b_arc_access (Results 1 – 3 of 3) sorted by relevance
78 __entry->hdr_access = ab->b_l1hdr.b_arc_access;236 __entry->hdr_access = hdr->b_l1hdr.b_arc_access;
2402 abi->abi_access = l1hdr->b_arc_access; in arc_buf_info()3333 hdr->b_l1hdr.b_arc_access = 0; in arc_hdr_alloc()3517 nhdr->b_l1hdr.b_arc_access = hdr->b_l1hdr.b_arc_access; in arc_hdr_realloc_crypt()3562 hdr->b_l1hdr.b_arc_access = 0; in arc_hdr_realloc_crypt()4592 if (data_hdr->b_l1hdr.b_arc_access < in arc_evict_type()4593 meta_hdr->b_l1hdr.b_arc_access) { in arc_evict_type()5433 ASSERT0(hdr->b_l1hdr.b_arc_access); in arc_access()5465 hdr->b_l1hdr.b_arc_access = now; in arc_access()5481 hdr->b_l1hdr.b_arc_access = now; in arc_access()6576 hdr->b_l1hdr.b_arc_access = 0; in arc_release()[all …]
167 clock_t b_arc_access; member