8484 Implement aggregate sum and use for arc counters
commit3a2d8a1b18794077eff4c504197c1d6f9d7ee487
authorPaul Dagnelie <pcd@delphix.com>
Thu, 25 May 2017 18:32:40 +0000 (25 11:32 -0700)
committerPrakash Surya <prakash.surya@delphix.com>
Tue, 20 Feb 2018 18:44:19 +0000 (20 10:44 -0800)
tree5fa3cb8682c518694e6974831e691975fcb0a8dc
parenta3f6a2a475fa4c811f7440bedffcf6acabbe1e0e
8484 Implement aggregate sum and use for arc counters
Reviewed by: Pavel Zakharov <pavel.zakharov@delphix.com>
Reviewed by: Matthew Ahrens <mahrens@delphix.com>
Approved by: Dan McDonald <danmcd@joyent.com>
exception_lists/copyright
usr/src/pkg/manifests/system-file-system-zfs.mf
usr/src/uts/common/Makefile.files
usr/src/uts/common/fs/zfs/THIRDPARTYLICENSE.cityhash [new file with mode: 0644]
usr/src/uts/common/fs/zfs/THIRDPARTYLICENSE.cityhash.descrip [new file with mode: 0644]
usr/src/uts/common/fs/zfs/aggsum.c [new file with mode: 0644]
usr/src/uts/common/fs/zfs/arc.c
usr/src/uts/common/fs/zfs/cityhash.c [new file with mode: 0644]
usr/src/uts/common/fs/zfs/dbuf.c
usr/src/uts/common/fs/zfs/sys/aggsum.h [new file with mode: 0644]
usr/src/uts/common/fs/zfs/sys/cityhash.h [new file with mode: 0644]