Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/
H A Dpacker.c232 .compressed_fragments_in_packer = READ_ONCE(stats->compressed_fragments_in_packer), in vdo_get_packer_statistics()
244 WRITE_ONCE(packer->statistics.compressed_fragments_in_packer, in abort_packing()
245 packer->statistics.compressed_fragments_in_packer - 1); in abort_packing()
479 WRITE_ONCE(stats->compressed_fragments_in_packer, in write_bin()
480 (stats->compressed_fragments_in_packer - slot)); in write_bin()
581 WRITE_ONCE(packer->statistics.compressed_fragments_in_packer, in vdo_attempt_packing()
582 packer->statistics.compressed_fragments_in_packer + 1); in vdo_attempt_packing()
H A Dstatistics.h59 u64 compressed_fragments_in_packer; member
H A Dmessage-stats.c139 stats->compressed_fragments_in_packer, ", ", buf, maxlen); in write_packer_statistics()