Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/
H A Dmemory-alloc.h86 #define vdo_allocate_extended(TYPE1, COUNT, TYPE2, WHAT, PTR) \ macro
H A Dpriority-table.c63 result = vdo_allocate_extended(struct priority_table, max_priority + 1, in vdo_make_priority_table()
H A Dlogical-zone.c97 result = vdo_allocate_extended(struct logical_zones, zone_count, in vdo_make_logical_zones()
H A Drepair.c1718 result = vdo_allocate_extended(struct repair_completion, page_count, in vdo_repair()
H A Ddedupe.c2419 result = vdo_allocate_extended(struct hash_zones, zone_count, struct hash_zone, in vdo_make_hash_zones()
/linux/drivers/md/dm-vdo/indexer/
H A Dradix-sort.c214 result = vdo_allocate_extended(struct radix_sorter, stack_size, struct task, in uds_make_radix_sorter()
H A Dopen-chapter.c71 result = vdo_allocate_extended(struct open_chapter_zone, slot_count, in uds_make_open_chapter()
H A 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()