Home
last modified time | relevance | path

Searched refs:vdo_make_priority_table (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/md/dm-vdo/
Dpriority-table.h31 int __must_check vdo_make_priority_table(unsigned int max_priority,
Dpriority-table.c54 int vdo_make_priority_table(unsigned int max_priority, struct priority_table **table_ptr) in vdo_make_priority_table() function
Dslab-depot.c4023 result = vdo_make_priority_table(max_priority, &allocator->prioritized_slabs); in initialize_block_allocator()