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;
2237 ASSERT0(hdr->b_l1hdr.b_bufcnt); in arc_evictable_space_increment()2278 ASSERT0(hdr->b_l1hdr.b_bufcnt); in arc_evictable_space_decrement()2444 bufcnt = hdr->b_l1hdr.b_bufcnt; in arc_change_state()2874 hdr->b_l1hdr.b_bufcnt += 1; in arc_buf_alloc_impl()3157 hdr->b_l1hdr.b_bufcnt -= 1; in arc_buf_destroy_impl()3334 hdr->b_l1hdr.b_bufcnt = 0; in arc_hdr_alloc()3397 ASSERT0(hdr->b_l1hdr.b_bufcnt); in arc_hdr_realloc()3514 nhdr->b_l1hdr.b_bufcnt = hdr->b_l1hdr.b_bufcnt; in arc_hdr_realloc_crypt()3559 hdr->b_l1hdr.b_bufcnt = 0; in arc_hdr_realloc_crypt()6704 hdr->b_l1hdr.b_bufcnt -= 1; in arc_release()[all …]
156 uint32_t b_bufcnt; member