Searched refs:b_refcnt (Results 1 – 1 of 1) sorted by relevance
1018 refcount_t b_refcnt; member1588 refcount_create(&hdr->b_l1hdr.b_refcnt); in hdr_full_cons()1633 refcount_destroy(&hdr->b_l1hdr.b_refcnt); in hdr_full_dest()2180 ASSERT(refcount_is_zero(&hdr->b_l1hdr.b_refcnt)); in add_reference()2186 if ((refcount_add(&hdr->b_l1hdr.b_refcnt, tag) == 1) && in add_reference()2218 if (((cnt = refcount_remove(&hdr->b_l1hdr.b_refcnt, tag)) == 0) && in remove_reference()2250 refcnt = refcount_count(&hdr->b_l1hdr.b_refcnt); in arc_change_state()2502 ASSERT(refcount_is_zero(&hdr->b_l1hdr.b_refcnt)); in arc_buf_alloc_impl()2599 (void) refcount_add(&hdr->b_l1hdr.b_refcnt, tag); in arc_return_buf()2600 (void) refcount_remove(&hdr->b_l1hdr.b_refcnt, arc_onloan_tag); in arc_return_buf()[all …]