Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/
H A Dstatistics.h83 struct ref_counts_statistics { struct
236 struct ref_counts_statistics ref_counts;
H A Dslab-depot.h415 struct ref_counts_statistics ref_counts_statistics; member
H A Dslab-depot.c1212 WRITE_ONCE(block->slab->allocator->ref_counts_statistics.blocks_written, in write_reference_block()
1213 block->slab->allocator->ref_counts_statistics.blocks_written + 1); in write_reference_block()
5018 static struct ref_counts_statistics __must_check
5021 struct ref_counts_statistics totals; in get_ref_counts_statistics()
5028 READ_ONCE(depot->allocators[zone].ref_counts_statistics.blocks_written); in get_ref_counts_statistics()