| /linux-6.15/drivers/md/dm-vdo/ |
| H A D | memory-alloc.h | 86 #define vdo_allocate_extended(TYPE1, COUNT, TYPE2, WHAT, PTR) \ macro
|
| H A D | priority-table.c | 63 result = vdo_allocate_extended(struct priority_table, max_priority + 1, in vdo_make_priority_table()
|
| H A 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()
|
| H A D | vio.c | 55 result = vdo_allocate_extended(struct bio, size + 1, struct bio_vec, in create_multi_block_bio() 330 result = vdo_allocate_extended(struct vio_pool, pool_size, struct pooled_vio, in make_vio_pool()
|
| H A 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()
|
| H A D | logical-zone.c | 97 result = vdo_allocate_extended(struct logical_zones, zone_count, in vdo_make_logical_zones()
|
| H A D | io-submitter.c | 384 result = vdo_allocate_extended(struct io_submitter, thread_count, in vdo_make_io_submitter()
|
| H A D | block-map.c | 2459 result = vdo_allocate_extended(struct forest, map->root_count, in make_forest() 2681 result = vdo_allocate_extended(struct cursors, map->root_count, in vdo_traverse_forest() 2729 result = vdo_allocate_extended(struct dirty_lists, maximum_age, in initialize_block_map_zone() 2871 result = vdo_allocate_extended(struct block_map, in vdo_decode_block_map()
|
| H A D | recovery-journal.c | 712 result = vdo_allocate_extended(struct recovery_journal, in vdo_decode_recovery_journal()
|
| H A D | repair.c | 1718 result = vdo_allocate_extended(struct repair_completion, page_count, in vdo_repair()
|
| H A D | data-vio.c | 849 result = vdo_allocate_extended(struct data_vio_pool, pool_size, struct data_vio, in make_data_vio_pool()
|
| H A D | dedupe.c | 2419 result = vdo_allocate_extended(struct hash_zones, zone_count, struct hash_zone, in vdo_make_hash_zones()
|
| H A D | slab-depot.c | 4255 result = vdo_allocate_extended(struct slab_depot, in vdo_decode_slab_depot()
|
| /linux-6.15/drivers/md/dm-vdo/indexer/ |
| H A D | radix-sort.c | 214 result = vdo_allocate_extended(struct radix_sorter, stack_size, struct task, in uds_make_radix_sorter()
|
| H A D | open-chapter.c | 71 result = vdo_allocate_extended(struct open_chapter_zone, slot_count, in uds_make_open_chapter()
|
| H A 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()
|
| H A D | index-layout.c | 462 result = vdo_allocate_extended(struct region_table, region_count, in make_index_save_region_table() 645 result = vdo_allocate_extended(struct region_table, region_count, in make_layout_region_table() 1141 result = vdo_allocate_extended(struct region_table, header.region_count, in load_region_table()
|