Symbol: vdo_allocate_extended
drivers/md/dm-vdo/block-map.c
2475
result = vdo_allocate_extended(map->root_count, trees, __func__, &forest);
drivers/md/dm-vdo/block-map.c
2702
result = vdo_allocate_extended(map->root_count, cursors, __func__, &cursors);
drivers/md/dm-vdo/block-map.c
2752
result = vdo_allocate_extended(maximum_age, eras, __func__, &zone->dirty_lists);
drivers/md/dm-vdo/block-map.c
2892
result = vdo_allocate_extended(vdo->thread_config.logical_zone_count,
drivers/md/dm-vdo/data-vio.c
845
result = vdo_allocate_extended(pool_size, data_vios, __func__, &pool);
drivers/md/dm-vdo/dedupe.c
2420
result = vdo_allocate_extended(zone_count, zones, __func__, &zones);
drivers/md/dm-vdo/indexer/index-layout.c
1164
result = vdo_allocate_extended(header.region_count, regions,
drivers/md/dm-vdo/indexer/index-layout.c
488
result = vdo_allocate_extended(region_count, regions,
drivers/md/dm-vdo/indexer/index-layout.c
670
result = vdo_allocate_extended(region_count, regions,
drivers/md/dm-vdo/indexer/index.c
1161
result = vdo_allocate_extended(config->zone_count, zone_queues, "index", &index);
drivers/md/dm-vdo/indexer/index.c
767
result = vdo_allocate_extended(index->zone_count, chapters, "Chapter Writer", &writer);
drivers/md/dm-vdo/indexer/open-chapter.c
71
result = vdo_allocate_extended(slot_count, slots, "open chapter", &open_chapter);
drivers/md/dm-vdo/indexer/radix-sort.c
214
result = vdo_allocate_extended(stack_size, stack, __func__, &radix_sorter);
drivers/md/dm-vdo/io-submitter.c
413
result = vdo_allocate_extended(thread_count, bio_queue_data, "bio submission data",
drivers/md/dm-vdo/logical-zone.c
97
result = vdo_allocate_extended(zone_count, zones, __func__, &zones);
drivers/md/dm-vdo/packer.c
123
result = vdo_allocate_extended(VDO_MAX_COMPRESSION_SLOTS, incoming, __func__, &bin);
drivers/md/dm-vdo/packer.c
170
result = vdo_allocate_extended(MAXIMUM_VDO_USER_VIOS / 2, incoming, __func__,
drivers/md/dm-vdo/physical-zone.c
243
result = vdo_allocate_extended(capacity, locks, __func__, &pool);
drivers/md/dm-vdo/physical-zone.c
370
result = vdo_allocate_extended(zone_count, zones, __func__, &zones);
drivers/md/dm-vdo/priority-table.c
63
result = vdo_allocate_extended(max_priority + 1, buckets, __func__, &table);
drivers/md/dm-vdo/recovery-journal.c
711
result = vdo_allocate_extended(RECOVERY_JOURNAL_RESERVED_BLOCKS, blocks,
drivers/md/dm-vdo/repair.c
1716
result = vdo_allocate_extended(page_count, page_completions, __func__, &repair);
drivers/md/dm-vdo/slab-depot.c
4261
result = vdo_allocate_extended(vdo->thread_config.physical_zone_count,
drivers/md/dm-vdo/vio.c
330
result = vdo_allocate_extended(pool_size, vios, __func__, &pool);