Home
last modified time | relevance | path

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

/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDarc.c1081 refcount_t l2ad_alloc; /* allocated bytes */ member
1544 (void) refcount_remove_many(&dev->l2ad_alloc, in arc_hdr_realloc()
1547 (void) refcount_add_many(&dev->l2ad_alloc, in arc_hdr_realloc()
2388 (void) refcount_remove_many(&dev->l2ad_alloc, in arc_hdr_l2hdr_destroy()
5988 (void) refcount_remove_many(&dev->l2ad_alloc, in l2arc_write_done()
6528 (void) refcount_add_many(&dev->l2ad_alloc, buf_sz, hdr); in l2arc_write_buffers()
6905 refcount_create(&adddev->l2ad_alloc); in l2arc_add_vdev()
6951 refcount_destroy(&remdev->l2ad_alloc); in l2arc_remove_vdev()