Searched refs:b_bufcnt (Results 1 – 1 of 1) sorted by relevance
1005 uint32_t b_bufcnt; member2108 ASSERT0(hdr->b_l1hdr.b_bufcnt); in arc_evictable_space_increment()2144 ASSERT0(hdr->b_l1hdr.b_bufcnt); in arc_evitable_space_decrement()2221 ASSERT3U(hdr->b_l1hdr.b_bufcnt, >, 0); in remove_reference()2251 bufcnt = hdr->b_l1hdr.b_bufcnt; in arc_change_state()2504 ASSERT0(hdr->b_l1hdr.b_bufcnt); in arc_buf_alloc_impl()2539 hdr->b_l1hdr.b_bufcnt += 1; in arc_buf_alloc_impl()2564 hdr->b_l1hdr.b_bufcnt += 1; in arc_buf_clone()2759 ASSERT(hdr->b_l1hdr.b_bufcnt > 0); in arc_buf_destroy_impl()2760 hdr->b_l1hdr.b_bufcnt -= 1; in arc_buf_destroy_impl()[all …]