Searched refs:root_index (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/sparc/kernel/ |
| H A D | cpumap.c | 297 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/drivers/md/dm-vdo/ |
| H A D | block-map.c | 48 root_count_t root_index; member 1372 root_count_t root_index, in get_tree_page_by_index() argument 1383 struct block_map_tree *tree = &forest->trees[root_index]; in get_tree_page_by_index() 1398 return get_tree_page_by_index(zone->block_map->forest, lock->root_index, in get_tree_page() 1721 what, (unsigned long long) lock->key, lock->root_index); in release_page_lock() 1727 what, (unsigned long long) lock->key, lock->root_index); in release_page_lock() 1915 .root_index = lock->root_index, in attempt_page_lock() 2320 root_count_t root_index = page_number % map->root_count; in vdo_find_block_map_page_pbn() local 2326 tree_page = get_tree_page_by_index(map->forest, root_index, 1, page_index); in vdo_find_block_map_page_pbn() 2670 static struct boundary compute_boundary(struct block_map *map, root_count_t root_index) in compute_boundary() argument [all …]
|