Home
last modified time | relevance | path

Searched refs:vdo_allocate_extended (Results 1 – 17 of 17) sorted by relevance

/linux-6.12.1/drivers/md/dm-vdo/
Dmemory-alloc.h86 #define vdo_allocate_extended(TYPE1, COUNT, TYPE2, WHAT, PTR) \ macro
Dpriority-table.c63 result = vdo_allocate_extended(struct priority_table, max_priority + 1, in vdo_make_priority_table()
Dphysical-zone.c242 result = vdo_allocate_extended(struct pbn_lock_pool, capacity, idle_pbn_lock, in make_pbn_lock_pool()
370 result = vdo_allocate_extended(struct physical_zones, zone_count, in vdo_make_physical_zones()
Dvio.c55 result = vdo_allocate_extended(struct bio, size + 1, struct bio_vec, in create_multi_block_bio()
319 result = vdo_allocate_extended(struct vio_pool, pool_size, struct pooled_vio, in make_vio_pool()
Dpacker.c123 result = vdo_allocate_extended(struct packer_bin, VDO_MAX_COMPRESSION_SLOTS, in make_bin()
171 result = vdo_allocate_extended(struct packer_bin, MAXIMUM_VDO_USER_VIOS / 2, in vdo_make_packer()
Dlogical-zone.c97 result = vdo_allocate_extended(struct logical_zones, zone_count, in vdo_make_logical_zones()
Dio-submitter.c382 result = vdo_allocate_extended(struct io_submitter, thread_count, in vdo_make_io_submitter()
Dblock-map.c2462 result = vdo_allocate_extended(struct forest, map->root_count, in make_forest()
2684 result = vdo_allocate_extended(struct cursors, map->root_count, in vdo_traverse_forest()
2732 result = vdo_allocate_extended(struct dirty_lists, maximum_age, in initialize_block_map_zone()
2874 result = vdo_allocate_extended(struct block_map, in vdo_decode_block_map()
Drecovery-journal.c712 result = vdo_allocate_extended(struct recovery_journal, in vdo_decode_recovery_journal()
Drepair.c1718 result = vdo_allocate_extended(struct repair_completion, page_count, in vdo_repair()
Ddata-vio.c848 result = vdo_allocate_extended(struct data_vio_pool, pool_size, struct data_vio, in make_data_vio_pool()
Ddedupe.c2418 result = vdo_allocate_extended(struct hash_zones, zone_count, struct hash_zone, in vdo_make_hash_zones()
Dslab-depot.c4175 result = vdo_allocate_extended(struct slab_depot, in vdo_decode_slab_depot()
/linux-6.12.1/drivers/md/dm-vdo/indexer/
Dradix-sort.c214 result = vdo_allocate_extended(struct radix_sorter, stack_size, struct task, in uds_make_radix_sorter()
Dopen-chapter.c71 result = vdo_allocate_extended(struct open_chapter_zone, slot_count, in uds_make_open_chapter()
Dindex.c767 result = vdo_allocate_extended(struct chapter_writer, index->zone_count, in make_chapter_writer()
1163 result = vdo_allocate_extended(struct uds_index, config->zone_count, in uds_make_index()
Dindex-layout.c487 result = vdo_allocate_extended(struct region_table, region_count, in make_index_save_region_table()
670 result = vdo_allocate_extended(struct region_table, region_count, in make_layout_region_table()
1166 result = vdo_allocate_extended(struct region_table, header.region_count, in load_region_table()