Home
last modified time | relevance | path

Searched refs:l2ad_alloc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Darc.c1355 refcount_t l2ad_alloc; /* allocated bytes */ member
2997 (void) refcount_remove_many(&dev->l2ad_alloc, arc_hdr_size(hdr), hdr); in arc_hdr_realloc()
2998 (void) refcount_add_many(&dev->l2ad_alloc, arc_hdr_size(nhdr), nhdr); in arc_hdr_realloc()
3038 (void) refcount_remove_many(&dev->l2ad_alloc, asize, hdr); in arc_hdr_l2hdr_destroy()
6724 (void) refcount_remove_many(&dev->l2ad_alloc, in l2arc_write_done()
7148 (void) refcount_add_many(&dev->l2ad_alloc, size, hdr); in l2arc_write_buffers()
7386 refcount_create(&adddev->l2ad_alloc); in l2arc_add_vdev()
7432 refcount_destroy(&remdev->l2ad_alloc); in l2arc_remove_vdev()