Searched refs:vdo_allocate_extended (Results 1 – 17 of 17) sorted by relevance
/linux-6.12.1/drivers/md/dm-vdo/ |
D | memory-alloc.h | 86 #define vdo_allocate_extended(TYPE1, COUNT, TYPE2, WHAT, PTR) \ macro
|
D | priority-table.c | 63 result = vdo_allocate_extended(struct priority_table, max_priority + 1, in vdo_make_priority_table()
|
D | physical-zone.c | 242 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()
|
D | vio.c | 55 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()
|
D | packer.c | 123 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()
|
D | logical-zone.c | 97 result = vdo_allocate_extended(struct logical_zones, zone_count, in vdo_make_logical_zones()
|
D | io-submitter.c | 382 result = vdo_allocate_extended(struct io_submitter, thread_count, in vdo_make_io_submitter()
|
D | block-map.c | 2462 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()
|
D | recovery-journal.c | 712 result = vdo_allocate_extended(struct recovery_journal, in vdo_decode_recovery_journal()
|
D | repair.c | 1718 result = vdo_allocate_extended(struct repair_completion, page_count, in vdo_repair()
|
D | data-vio.c | 848 result = vdo_allocate_extended(struct data_vio_pool, pool_size, struct data_vio, in make_data_vio_pool()
|
D | dedupe.c | 2418 result = vdo_allocate_extended(struct hash_zones, zone_count, struct hash_zone, in vdo_make_hash_zones()
|
D | slab-depot.c | 4175 result = vdo_allocate_extended(struct slab_depot, in vdo_decode_slab_depot()
|
/linux-6.12.1/drivers/md/dm-vdo/indexer/ |
D | radix-sort.c | 214 result = vdo_allocate_extended(struct radix_sorter, stack_size, struct task, in uds_make_radix_sorter()
|
D | open-chapter.c | 71 result = vdo_allocate_extended(struct open_chapter_zone, slot_count, in uds_make_open_chapter()
|
D | index.c | 767 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()
|
D | index-layout.c | 487 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()
|