Home
last modified time | relevance | path

Searched refs:slab_count (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/md/dm-vdo/
H A Dslab-depot.c2530 WRITE_ONCE(scrubber->slab_count, scrubber->slab_count + 1); in register_slab_for_scrubbing()
2739 WRITE_ONCE(scrubber->slab_count, scrubber->slab_count - 1); in slab_scrubbed()
3003 allocator->slab_count++; in register_slab_with_allocator()
3526 .nr = allocator->slab_count, in vdo_prepare_slabs_for_allocation()
3527 .size = allocator->slab_count, in vdo_prepare_slabs_for_allocation()
4068 slab_count_t slab_count; in allocate_components() local
4115 slab_count); in allocate_components()
4135 WRITE_ONCE(depot->slab_count, depot->slab_count + 1); in allocate_components()
5004 totals.slab_count += allocator->slab_count; in get_block_allocator_statistics()
5071 slab_count_t slab_count = READ_ONCE(depot->slab_count); in vdo_get_slab_depot_statistics() local
[all …]
H A Dslab-depot.h286 slab_count_t slab_count; member
382 slab_count_t slab_count; member
477 slab_count_t slab_count; member
H A Dencodings.c652 size_t slab_count; in vdo_configure_slab_depot() local
662 slab_count = (partition->count / slab_size); in vdo_configure_slab_depot()
663 if (slab_count == 0) in vdo_configure_slab_depot()
666 if (slab_count > MAX_VDO_SLABS) in vdo_configure_slab_depot()
669 total_slab_blocks = slab_count * slab_config.slab_blocks; in vdo_configure_slab_depot()
670 total_data_blocks = slab_count * slab_config.data_blocks; in vdo_configure_slab_depot()
682 (unsigned long long) total_data_blocks, slab_count, in vdo_configure_slab_depot()
H A Dstatistics.h17 u64 slab_count; member
H A Dmessage-stats.c87 write_u64("slabCount : ", stats->slab_count, ", ", buf, maxlen); in write_block_allocator_statistics()