Searched refs:arc_onloan_tag (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c2903 static char *arc_onloan_tag = "onloan"; variable
2923 arc_buf_t *buf = arc_alloc_buf(spa, arc_onloan_tag,
2935 arc_buf_t *buf = arc_alloc_compressed_buf(spa, arc_onloan_tag,
2955 (void) refcount_remove(&hdr->b_l1hdr.b_refcnt, arc_onloan_tag);
2968 (void) refcount_add(&hdr->b_l1hdr.b_refcnt, arc_onloan_tag);

Completed in 78 milliseconds