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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c1449 refcount_t l2ad_alloc; /* allocated bytes */ member in struct:l2arc_dev
3385 * incrementing and decrementing the l2ad_alloc refcount, we
3391 (void) refcount_remove_many(&dev->l2ad_alloc, arc_hdr_size(hdr), hdr);
3392 (void) refcount_add_many(&dev->l2ad_alloc, arc_hdr_size(nhdr), nhdr);
3472 (void) refcount_remove_many(&dev->l2ad_alloc, psize, hdr);
7385 (void) refcount_remove_many(&dev->l2ad_alloc,
7808 (void) refcount_add_many(&dev->l2ad_alloc, psize, hdr);
8042 refcount_create(&adddev->l2ad_alloc);
8088 refcount_destroy(&remdev->l2ad_alloc);

Completed in 101 milliseconds