Home
last modified time | relevance | path

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

/linux-6.15/drivers/md/dm-vdo/
H A Dencodings.c582 struct slab_config slab_config; in decode_slab_depot_state_2_0() local
595 slab_config.slab_blocks = count; in decode_slab_depot_state_2_0()
598 slab_config.data_blocks = count; in decode_slab_depot_state_2_0()
604 slab_config.slab_journal_blocks = count; in decode_slab_depot_state_2_0()
625 .slab_config = slab_config, in decode_slab_depot_state_2_0()
648 struct slab_config slab_config, zone_count_t zone_count, in vdo_configure_slab_depot() argument
674 .slab_config = slab_config, in vdo_configure_slab_depot()
697 struct slab_config *slab_config) in vdo_configure_slab() argument
740 *slab_config = (struct slab_config) { in vdo_configure_slab()
1193 struct slab_config slab_config; in vdo_validate_config() local
[all …]
H A Dencodings.h433 struct slab_config slab_config; member
1073 struct slab_config slab_config,
1079 struct slab_config *slab_config);
1101 vdo_get_slab_journal_start_block(const struct slab_config *slab_config, in vdo_get_slab_journal_start_block() argument
1104 return origin + slab_config->data_blocks + slab_config->reference_count_blocks; in vdo_get_slab_journal_start_block()
H A Dslab-depot.c3728 const struct slab_config *slab_config = &slab->allocator->depot->slab_config; in initialize_slab_journal() local
3742 journal->size = slab_config->slab_journal_blocks; in initialize_slab_journal()
3788 const struct slab_config *slab_config = &allocator->depot->slab_config; in make_slab() local
3799 .end = slab_origin + slab_config->slab_blocks, in make_slab()
3804 .block_count = slab_config->data_blocks, in make_slab()
3805 .free_blocks = slab_config->data_blocks, in make_slab()
3860 slab_size = depot->slab_config.slab_blocks; in allocate_slabs()
4000 allocator->depot->slab_config.slab_journal_blocks; in initialize_slab_scrubber()
4247 block_count_t slab_size = state.slab_config.slab_blocks; in vdo_decode_slab_depot()
4264 depot->slab_config = state.slab_config; in vdo_decode_slab_depot()
[all …]
H A Dslab-depot.h465 struct slab_config slab_config; member
H A Dtypes.h171 struct slab_config { struct