Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/md/dm-vdo/
Dslab-depot.c2529 WRITE_ONCE(scrubber->slab_count, scrubber->slab_count + 1); in register_slab_for_scrubbing()
2738 WRITE_ONCE(scrubber->slab_count, scrubber->slab_count - 1); in slab_scrubbed()
3002 allocator->slab_count++; in register_slab_with_allocator()
3478 result = vdo_allocate(allocator->slab_count, struct slab_status, __func__, in get_slab_statuses()
3508 allocator->slab_count * depot->slab_config.data_blocks); in vdo_prepare_slabs_for_allocation()
3516 .nr = allocator->slab_count, in vdo_prepare_slabs_for_allocation()
3517 .size = allocator->slab_count, in vdo_prepare_slabs_for_allocation()
3629 READ_ONCE(scrubber->slab_count), in vdo_dump_block_allocator()
3765 static int allocate_slabs(struct slab_depot *depot, slab_count_t slab_count) in allocate_slabs() argument
3772 result = vdo_allocate(slab_count, struct vdo_slab *, in allocate_slabs()
[all …]
Dslab-depot.h286 slab_count_t slab_count; member
382 slab_count_t slab_count; member
477 slab_count_t slab_count; member
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()
Dstatistics.h17 u64 slab_count; member
Dmessage-stats.c88 write_u64("slabCount : ", stats->slab_count, ", ", buf, maxlen); in write_block_allocator_statistics()