Searched refs:vdo_allocate_extended (Results 1 – 8 of 8) sorted by relevance
/linux/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 | logical-zone.c | 97 result = vdo_allocate_extended(struct logical_zones, zone_count, in vdo_make_logical_zones()
|
H A D | repair.c | 1718 result = vdo_allocate_extended(struct repair_completion, page_count, in vdo_repair()
|
H A D | dedupe.c | 2419 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 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()
|