Home
last modified time | relevance | path

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

/linux-6.12.1/arch/sparc/kernel/
Dcpumap.c297 int root_index, const int *rover_inc_table) in increment_rover() argument
302 top_level = t->nodes[root_index].level; in increment_rover()
318 static int iterate_cpu(struct cpuinfo_tree *t, unsigned int root_index) in iterate_cpu() argument
321 int level, new_index, index = root_index; in iterate_cpu()
340 for (level = t->nodes[root_index].level; level < CPUINFO_LVL_MAX; in iterate_cpu()
344 increment_rover(t, index, root_index, rover_inc_table); in iterate_cpu()
/linux-6.12.1/drivers/md/dm-vdo/
Dblock-map.c48 root_count_t root_index; member
1354 root_count_t root_index, in get_tree_page_by_index() argument
1365 struct block_map_tree *tree = &forest->trees[root_index]; in get_tree_page_by_index()
1380 return get_tree_page_by_index(zone->block_map->forest, lock->root_index, in get_tree_page()
1703 what, (unsigned long long) lock->key, lock->root_index); in release_page_lock()
1709 what, (unsigned long long) lock->key, lock->root_index); in release_page_lock()
1898 .root_index = lock->root_index, in attempt_page_lock()
2302 root_count_t root_index = page_number % map->root_count; in vdo_find_block_map_page_pbn() local
2308 tree_page = get_tree_page_by_index(map->forest, root_index, 1, page_index); in vdo_find_block_map_page_pbn()
2645 static struct boundary compute_boundary(struct block_map *map, root_count_t root_index) in compute_boundary() argument
[all …]
Ddata-vio.h73 root_count_t root_index; member