Home
last modified time | relevance | path

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

/linux/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
753 *slab_config = (struct slab_config) { in vdo_configure_slab()
1206 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.c3661 const struct slab_config *slab_config = &slab->allocator->depot->slab_config; in initialize_slab_journal() local
3675 journal->size = slab_config->slab_journal_blocks; in initialize_slab_journal()
3721 const struct slab_config *slab_config = &allocator->depot->slab_config; in make_slab() local
3732 .end = slab_origin + slab_config->slab_blocks, in make_slab()
3737 .block_count = slab_config->data_blocks, in make_slab()
3738 .free_blocks = slab_config->data_blocks, in make_slab()
3793 slab_size = depot->slab_config.slab_blocks; in allocate_slabs()
3933 allocator->depot->slab_config.slab_journal_blocks; in initialize_slab_scrubber()
4167 block_count_t slab_size = state.slab_config.slab_blocks; in vdo_decode_slab_depot()
4184 depot->slab_config = state.slab_config; in vdo_decode_slab_depot()
[all …]
H A Dslab-depot.h454 struct slab_config slab_config; member
H A Dtypes.h171 struct slab_config { struct