Home
last modified time | relevance | path

Searched refs:root_count (Results 1 – 13 of 13) sorted by relevance

/linux/lib/
H A Dtest_objagg.c30 unsigned int root_count; member
138 world->root_count++; in root_create()
147 world->root_count--; in root_destroy()
154 unsigned int orig_root_count = world->root_count; in test_nodelta_obj_get()
169 if (world->root_count != orig_root_count + 1) { in test_nodelta_obj_get()
175 if (world->root_count != orig_root_count) { in test_nodelta_obj_get()
207 unsigned int orig_root_count = world->root_count; in test_nodelta_obj_put()
212 if (world->root_count != orig_root_count - 1) { in test_nodelta_obj_put()
217 if (world->root_count != orig_root_count) { in test_nodelta_obj_put()
598 if (orig_root_count != world->root_count) { in check_expect()
[all …]
H A Dobjagg.c20 unsigned int root_count; member
244 min = objagg->hints->root_count; in objagg_obj_root_id_alloc()
626 objagg_stats->root_count++; in objagg_stats_get()
669 hnode->root_id = objagg_hints->root_count++; in objagg_hints_node_create()
1023 objagg_stats->root_count++; in objagg_hints_stats_get()
/linux/arch/x86/kvm/mmu/
H A Dmmutrace.h15 __field(__u32, root_count) \
22 __entry->root_count = sp->root_count; \
45 __entry->root_count, \
H A Dmmu_internal.h93 int root_count; member
H A Dmmu.c2702 if (!sp->root_count) { in __kvm_mmu_prepare_zap_page()
2774 WARN_ON_ONCE(!sp->role.invalid || sp->root_count); in kvm_mmu_commit_zap_page()
2797 if (sp->root_count) in kvm_mmu_zap_oldest_mmu_pages()
3797 if (!--sp->root_count && sp->role.invalid) in mmu_free_root_page()
3910 ++sp->root_count; in mmu_alloc_root()
/linux/drivers/md/dm-vdo/
H A Dblock-map.c2255 page_index = (lock->tree_slots[0].page_index / zone->block_map->root_count); in vdo_find_block_map_slot()
2320 root_count_t root_index = page_number % map->root_count; in vdo_find_block_map_page_pbn()
2321 page_number_t page_index = page_number / map->root_count; in vdo_find_block_map_page_pbn()
2398 for (root = 0; root < forest->map->root_count; root++) { in make_segment()
2449 for (root = 0; root < forest->map->root_count; root++) in deforest()
2474 new_pages = vdo_compute_new_forest_pages(map->root_count, old_boundary, in make_forest()
2481 result = vdo_allocate_extended(struct forest, map->root_count, in make_forest()
2680 page_count_t last_tree_root = (leaf_pages - 1) % map->root_count; in compute_boundary()
2681 page_count_t level_pages = leaf_pages / map->root_count; in compute_boundary()
2710 result = vdo_allocate_extended(struct cursors, map->root_count, in vdo_traverse_forest()
[all …]
H A Dblock-map.h259 block_count_t root_count; member
/linux/include/linux/
H A Dobjagg.h44 unsigned int root_count; member
/linux/drivers/cxl/core/
H A Dcdat.c983 int root_count = 0; in cxl_region_shared_upstream_bandwidth_update() local
1005 root_count += is_root; in cxl_region_shared_upstream_bandwidth_update()
1009 if (root_count && root_count != cxlr->params.nr_targets) { in cxl_region_shared_upstream_bandwidth_update()
1020 if (!root_count) { in cxl_region_shared_upstream_bandwidth_update()
/linux/drivers/gpu/drm/
H A Ddrm_buddy.c301 unsigned int i, j, root_count = 0; in drm_buddy_init() local
361 BUG_ON(root_count > mm->max_order); in drm_buddy_init()
364 mm->roots[root_count] = root; in drm_buddy_init()
368 root_count++; in drm_buddy_init()
374 while (root_count--) in drm_buddy_init()
375 drm_block_free(mm, mm->roots[root_count]); in drm_buddy_init()
/linux/fs/btrfs/
H A Dbackref.c45 int root_count; in check_extent_in_eb() local
66 &root_count); in check_extent_in_eb()
70 for (int i = 0; i < root_count; i++) { in check_extent_in_eb()
2459 int root_count; in iterate_extent_inodes() local
2463 &root_ids, &root_count); in iterate_extent_inodes()
2465 for (int i = 0; i < root_count; i++) { in iterate_extent_inodes()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_erp.c1394 if (hstats->root_count < ostats->root_count) in mlxsw_sp_acl_erp_hints_check()
/linux/Documentation/virt/kvm/x86/
H A Dmmu.rst242 root_count / tdp_mmu_root_count:
243 root_count is a reference counter for root shadow pages in Shadow MMU.