Searched refs:b_refcnt (Results 1 – 1 of 1) sorted by relevance
781 refcount_t b_refcnt; member1432 refcount_create(&hdr->b_l1hdr.b_refcnt); in hdr_full_cons()1477 refcount_destroy(&hdr->b_l1hdr.b_refcnt); in hdr_full_dest()1857 if ((refcount_add(&hdr->b_l1hdr.b_refcnt, tag) == 1) && in add_reference()1896 if (((cnt = refcount_remove(&hdr->b_l1hdr.b_refcnt, tag)) == 0) && in remove_reference()1934 refcnt = refcount_count(&hdr->b_l1hdr.b_refcnt); in arc_change_state()2171 ASSERT(refcount_is_zero(&hdr->b_l1hdr.b_refcnt)); in arc_buf_alloc()2172 (void) refcount_add(&hdr->b_l1hdr.b_refcnt, tag); in arc_buf_alloc()2240 (void) refcount_add(&hdr->b_l1hdr.b_refcnt, tag); in arc_return_buf()2241 (void) refcount_remove(&hdr->b_l1hdr.b_refcnt, arc_onloan_tag); in arc_return_buf()[all …]