Searched refs:b_bufcnt (Results 1 – 3 of 3) sorted by relevance
73 __entry->hdr_bufcnt = ab->b_l1hdr.b_bufcnt;231 __entry->hdr_bufcnt = hdr->b_l1hdr.b_bufcnt;
2199 ASSERT0(hdr->b_l1hdr.b_bufcnt); in arc_evictable_space_increment()2239 ASSERT0(hdr->b_l1hdr.b_bufcnt); in arc_evictable_space_decrement()2405 bufcnt = hdr->b_l1hdr.b_bufcnt; in arc_change_state()2818 hdr->b_l1hdr.b_bufcnt += 1; in arc_buf_alloc_impl()3101 hdr->b_l1hdr.b_bufcnt -= 1; in arc_buf_destroy_impl()3301 hdr->b_l1hdr.b_bufcnt = 0; in arc_hdr_alloc()3358 ASSERT0(hdr->b_l1hdr.b_bufcnt); in arc_hdr_realloc()3475 nhdr->b_l1hdr.b_bufcnt = hdr->b_l1hdr.b_bufcnt; in arc_hdr_realloc_crypt()3519 hdr->b_l1hdr.b_bufcnt = 0; in arc_hdr_realloc_crypt()6724 hdr->b_l1hdr.b_bufcnt -= 1; in arc_release()[all …]
170 uint32_t b_bufcnt; member