Searched refs:ZSTDSTAT_BUMP (Results 1 – 2 of 2) sorted by relevance
450 ZSTDSTAT_BUMP(zstd_stat_com_inval); in zfs_zstd_compress_wrap()479 ZSTDSTAT_BUMP(zstd_stat_lz4pass_allowed); in zfs_zstd_compress_wrap()482 ZSTDSTAT_BUMP(zstd_stat_lz4pass_rejected); in zfs_zstd_compress_wrap()487 ZSTDSTAT_BUMP(zstd_stat_zstdpass_rejected); in zfs_zstd_compress_wrap()490 ZSTDSTAT_BUMP(zstd_stat_zstdpass_allowed); in zfs_zstd_compress_wrap()492 ZSTDSTAT_BUMP(zstd_stat_passignored); in zfs_zstd_compress_wrap()494 ZSTDSTAT_BUMP(zstd_stat_passignored_size); in zfs_zstd_compress_wrap()516 ZSTDSTAT_BUMP(zstd_stat_com_inval); in zfs_zstd_compress_impl()531 ZSTDSTAT_BUMP(zstd_stat_com_alloc_fail); in zfs_zstd_compress_impl()564 ZSTDSTAT_BUMP(zstd_stat_com_fail); in zfs_zstd_compress_impl()[all …]
88 #define ZSTDSTAT_BUMP(stat) ZSTDSTAT_ADD(stat, 1) macro