Symbol: vdo_allocate
drivers/md/dm-vdo/action-manager.c
110
int result = vdo_allocate(1, __func__, &manager);
drivers/md/dm-vdo/block-map.c
224
result = vdo_allocate(cache->page_count, "page infos", &cache->infos);
drivers/md/dm-vdo/block-map.c
2366
result = vdo_allocate(forest->segments, "forest boundary array", &forest->boundaries);
drivers/md/dm-vdo/block-map.c
2370
result = vdo_allocate(forest->segments, "forest page pointers", &forest->pages);
drivers/md/dm-vdo/block-map.c
2374
result = vdo_allocate(new_pages, "new forest pages", &forest->pages[index]);
drivers/md/dm-vdo/block-map.c
2399
result = vdo_allocate(forest->segments, "tree root segments", &tree->segments);
drivers/md/dm-vdo/dedupe.c
2367
result = vdo_allocate(LOCK_POOL_CAPACITY, "hash_lock array", &zone->lock_array);
drivers/md/dm-vdo/dm-vdo-target.c
287
result = vdo_allocate(substring_count + 1, "string-splitting array", &substrings);
drivers/md/dm-vdo/dm-vdo-target.c
295
result = vdo_allocate(length + 1, "split string",
drivers/md/dm-vdo/dm-vdo-target.c
316
result = vdo_allocate(length + 1, "split string", &substrings[current_substring]);
drivers/md/dm-vdo/dm-vdo-target.c
344
result = vdo_allocate(string_length, __func__, &output);
drivers/md/dm-vdo/dm-vdo-target.c
822
result = vdo_allocate(1, "device_config", &config);
drivers/md/dm-vdo/encodings.c
852
result = vdo_allocate(1, __func__, &partition);
drivers/md/dm-vdo/flush.c
108
int result = vdo_allocate(1, __func__, &flush);
drivers/md/dm-vdo/flush.c
137
int result = vdo_allocate(1, __func__, &vdo->flusher);
drivers/md/dm-vdo/funnel-queue.c
17
result = vdo_allocate(1, "funnel queue", &queue);
drivers/md/dm-vdo/funnel-workqueue.c
325
result = vdo_allocate(1, "simple work queue", &queue);
drivers/md/dm-vdo/funnel-workqueue.c
408
result = vdo_allocate(1, "round-robin work queue", &queue);
drivers/md/dm-vdo/funnel-workqueue.c
412
result = vdo_allocate(thread_count, "subordinate work queues", &queue->service_queues);
drivers/md/dm-vdo/indexer/chapter-index.c
23
result = vdo_allocate(1, "open chapter index", &index);
drivers/md/dm-vdo/indexer/config.c
328
result = vdo_allocate(1, __func__, &config);
drivers/md/dm-vdo/indexer/delta-index.c
1047
result = vdo_allocate(DELTA_LIST_MAX_BYTE_COUNT, __func__, &data);
drivers/md/dm-vdo/indexer/delta-index.c
314
result = vdo_allocate(size, "delta list", &delta_zone->memory);
drivers/md/dm-vdo/indexer/delta-index.c
318
result = vdo_allocate(list_count + 2, "delta list temp", &delta_zone->new_offsets);
drivers/md/dm-vdo/indexer/delta-index.c
323
result = vdo_allocate(list_count + 2, "delta lists", &delta_zone->delta_lists);
drivers/md/dm-vdo/indexer/delta-index.c
353
result = vdo_allocate(zone_count, "Delta Index Zones", &delta_index->delta_zones);
drivers/md/dm-vdo/indexer/funnel-requestqueue.c
201
result = vdo_allocate(1, __func__, &queue);
drivers/md/dm-vdo/indexer/geometry.c
64
result = vdo_allocate(1, "geometry", &geometry);
drivers/md/dm-vdo/indexer/index-layout.c
1202
result = vdo_allocate(saved_size, "super block data", &buffer);
drivers/md/dm-vdo/indexer/index-layout.c
1336
result = vdo_allocate(layout->super.max_saves, __func__, &layout->index.saves);
drivers/md/dm-vdo/indexer/index-layout.c
1699
result = vdo_allocate(1, __func__, &layout);
drivers/md/dm-vdo/indexer/index-layout.c
548
result = vdo_allocate(table->encoded_size, "index save data", &buffer);
drivers/md/dm-vdo/indexer/index-layout.c
717
result = vdo_allocate(table->encoded_size, "layout data", &buffer);
drivers/md/dm-vdo/indexer/index-layout.c
807
result = vdo_allocate(sizes.save_count, __func__, &layout->index.saves);
drivers/md/dm-vdo/indexer/index-page-map.c
121
result = vdo_allocate(saved_size, "page map data", &buffer);
drivers/md/dm-vdo/indexer/index-page-map.c
148
result = vdo_allocate(saved_size, "page map data", &buffer);
drivers/md/dm-vdo/indexer/index-page-map.c
41
result = vdo_allocate(1, "page map", &map);
drivers/md/dm-vdo/indexer/index-page-map.c
47
result = vdo_allocate(get_entry_count(geometry), "Index Page Map Entries",
drivers/md/dm-vdo/indexer/index-session.c
220
result = vdo_allocate(1, __func__, &session);
drivers/md/dm-vdo/indexer/index.c
1124
result = vdo_allocate(1, "index zone", &zone);
drivers/md/dm-vdo/indexer/index.c
1173
result = vdo_allocate(index->zone_count, "zones", &index->zones);
drivers/md/dm-vdo/indexer/index.c
91
result = vdo_allocate(1, __func__, &request);
drivers/md/dm-vdo/indexer/io-factory.c
147
result = vdo_allocate(1, "buffered reader", &reader);
drivers/md/dm-vdo/indexer/io-factory.c
285
result = vdo_allocate(1, "buffered writer", &writer);
drivers/md/dm-vdo/indexer/io-factory.c
67
result = vdo_allocate(1, __func__, &factory);
drivers/md/dm-vdo/indexer/sparse-cache.c
225
result = vdo_allocate(chapter->index_pages_count, __func__, &chapter->index_pages);
drivers/md/dm-vdo/indexer/sparse-cache.c
229
return vdo_allocate(chapter->index_pages_count, "sparse index volume pages",
drivers/md/dm-vdo/indexer/sparse-cache.c
296
result = vdo_allocate(capacity * 2, "scratch entries", &cache->scratch_entries);
drivers/md/dm-vdo/indexer/volume-index.c
1214
result = vdo_allocate(params.list_count, "first chapter to flush",
drivers/md/dm-vdo/indexer/volume-index.c
1219
return vdo_allocate(zone_count, "volume index zones", &sub_index->zones);
drivers/md/dm-vdo/indexer/volume-index.c
1230
result = vdo_allocate(1, "volume index", &volume_index);
drivers/md/dm-vdo/indexer/volume-index.c
1251
result = vdo_allocate(config->zone_count, "volume index zones", &volume_index->zones);
drivers/md/dm-vdo/indexer/volume.c
1512
result = vdo_allocate(VOLUME_CACHE_MAX_QUEUED_READS, "volume read queue",
drivers/md/dm-vdo/indexer/volume.c
1517
result = vdo_allocate(cache->zone_count, "Volume Cache Zones",
drivers/md/dm-vdo/indexer/volume.c
1522
result = vdo_allocate(cache->indexable_pages, "page cache index", &cache->index);
drivers/md/dm-vdo/indexer/volume.c
1526
result = vdo_allocate(cache->cache_slots, "page cache cache", &cache->cache);
drivers/md/dm-vdo/indexer/volume.c
1549
result = vdo_allocate(1, "volume", &volume);
drivers/md/dm-vdo/indexer/volume.c
1586
result = vdo_allocate(geometry->records_per_page, "record pointers",
drivers/md/dm-vdo/indexer/volume.c
1626
result = vdo_allocate(config->read_threads, "reader threads", &volume->reader_threads);
drivers/md/dm-vdo/int-map.c
167
return vdo_allocate(map->bucket_count, "struct int_map buckets", &map->buckets);
drivers/md/dm-vdo/int-map.c
184
result = vdo_allocate(1, "struct int_map", &map);
drivers/md/dm-vdo/memory-alloc.c
248
if (vdo_allocate(1, __func__, &block) == VDO_SUCCESS) {
drivers/md/dm-vdo/memory-alloc.c
352
result = vdo_allocate(size, what, &temp_ptr);
drivers/md/dm-vdo/memory-alloc.c
373
result = vdo_allocate(strlen(string) + 1, what, &dup);
drivers/md/dm-vdo/message-stats.c
423
result = vdo_allocate(1, __func__, &stats);
drivers/md/dm-vdo/packer.c
148
result = vdo_allocate(1, __func__, &packer);
drivers/md/dm-vdo/recovery-journal.c
596
result = vdo_allocate(journal->size, __func__, &counter->journal_counters);
drivers/md/dm-vdo/recovery-journal.c
600
result = vdo_allocate(journal->size, __func__, &counter->journal_decrement_counts);
drivers/md/dm-vdo/recovery-journal.c
604
result = vdo_allocate(journal->size * config->logical_zone_count, __func__,
drivers/md/dm-vdo/recovery-journal.c
609
result = vdo_allocate(journal->size, __func__, &counter->logical_zone_counts);
drivers/md/dm-vdo/recovery-journal.c
613
result = vdo_allocate(journal->size * config->physical_zone_count, __func__,
drivers/md/dm-vdo/recovery-journal.c
618
result = vdo_allocate(journal->size, __func__, &counter->physical_zone_counts);
drivers/md/dm-vdo/recovery-journal.c
672
result = vdo_allocate(VDO_BLOCK_SIZE, __func__, &data);
drivers/md/dm-vdo/repair.c
1420
result = vdo_allocate(count, __func__, &repair->entries);
drivers/md/dm-vdo/repair.c
1466
result = vdo_allocate(repair->entry_count, __func__, &repair->entries);
drivers/md/dm-vdo/repair.c
1728
result = vdo_allocate(remaining * VDO_BLOCK_SIZE, __func__, &repair->journal_data);
drivers/md/dm-vdo/repair.c
1732
result = vdo_allocate(vio_count, __func__, &repair->vios);
drivers/md/dm-vdo/slab-depot.c
2456
result = vdo_allocate(slab->reference_block_count, __func__, &slab->reference_blocks);
drivers/md/dm-vdo/slab-depot.c
2465
result = vdo_allocate(bytes, "ref counts array", &slab->counters);
drivers/md/dm-vdo/slab-depot.c
3564
result = vdo_allocate(allocator->slab_count, __func__, &statuses);
drivers/md/dm-vdo/slab-depot.c
3739
result = vdo_allocate(slab_config->slab_journal_blocks, __func__, &journal->locks);
drivers/md/dm-vdo/slab-depot.c
3744
result = vdo_allocate(1, "struct packed_slab_journal_block", &journal->block);
drivers/md/dm-vdo/slab-depot.c
3799
result = vdo_allocate(1, __func__, &slab);
drivers/md/dm-vdo/slab-depot.c
3856
result = vdo_allocate(slab_count, "slab pointer array", &depot->new_slabs);
drivers/md/dm-vdo/slab-depot.c
4009
result = vdo_allocate(VDO_BLOCK_SIZE * slab_journal_size, __func__, &journal_data);
drivers/md/dm-vdo/slab-depot.c
4042
result = vdo_allocate(VDO_BLOCK_SIZE, __func__, &block->outgoing_entries);
drivers/md/dm-vdo/slab-depot.c
4111
result = vdo_allocate(VDO_SLAB_SUMMARY_BLOCKS_PER_ZONE, __func__,
drivers/md/dm-vdo/slab-depot.c
4170
result = vdo_allocate(MAXIMUM_VDO_SLAB_SUMMARY_ENTRIES, __func__,
drivers/md/dm-vdo/thread-utils.c
59
result = vdo_allocate(1, __func__, &thread);
drivers/md/dm-vdo/vdo.c
1134
result = vdo_allocate(1, __func__, &read_only_listener);
drivers/md/dm-vdo/vdo.c
213
result = vdo_allocate(config->logical_zone_count, "logical thread array",
drivers/md/dm-vdo/vdo.c
220
result = vdo_allocate(config->physical_zone_count, "physical thread array",
drivers/md/dm-vdo/vdo.c
227
result = vdo_allocate(config->hash_zone_count, "hash thread array",
drivers/md/dm-vdo/vdo.c
234
result = vdo_allocate(config->bio_thread_count, "bio thread array", &config->bio_threads);
drivers/md/dm-vdo/vdo.c
266
result = vdo_allocate(VDO_BLOCK_SIZE, "encoded geometry block",
drivers/md/dm-vdo/vdo.c
281
result = vdo_allocate(VDO_BLOCK_SIZE, "encoded super block",
drivers/md/dm-vdo/vdo.c
567
result = vdo_allocate(config->thread_counts.cpu_threads, "LZ4 context",
drivers/md/dm-vdo/vdo.c
575
result = vdo_allocate(LZ4_MEM_COMPRESS, "LZ4 context",
drivers/md/dm-vdo/vdo.c
611
result = vdo_allocate(1, __func__, &vdo);
drivers/md/dm-vdo/vdo.c
628
result = vdo_allocate(vdo->thread_config.thread_count, __func__, &vdo->threads);
drivers/md/dm-vdo/vio.c
132
result = vdo_allocate(1, __func__, &vio);
drivers/md/dm-vdo/vio.c
338
result = vdo_allocate(pool_size * per_vio_size, "VIO pool buffer", &pool->buffer);