Home
last modified time | relevance | path

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

/titanic_54/usr/src/uts/common/fs/zfs/
H A Darc.c902 refcount_t l2ad_alloc; /* allocated bytes */ member
1347 (void) refcount_remove_many(&dev->l2ad_alloc, in arc_hdr_realloc()
1350 (void) refcount_add_many(&dev->l2ad_alloc, in arc_hdr_realloc()
2183 (void) refcount_remove_many(&dev->l2ad_alloc, in arc_hdr_l2hdr_destroy()
5641 (void) refcount_remove_many(&dev->l2ad_alloc, in l2arc_write_done()
6171 (void) refcount_add_many(&dev->l2ad_alloc, buf_sz, hdr); in l2arc_write_buffers()
6544 refcount_create(&adddev->l2ad_alloc); in l2arc_add_vdev()
6590 refcount_destroy(&remdev->l2ad_alloc); in l2arc_remove_vdev()