Searched refs:root_count (Results 1 – 10 of 10) sorted by relevance
30 unsigned int root_count; member138 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 …]
20 unsigned int root_count; member244 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()
15 __field(__u32, root_count) \22 __entry->root_count = sp->root_count; \45 __entry->root_count, \
93 int root_count; member
2714 if (!sp->root_count) { in __kvm_mmu_prepare_zap_page()2786 WARN_ON_ONCE(!sp->role.invalid || sp->root_count); in kvm_mmu_commit_zap_page()2809 if (sp->root_count) in kvm_mmu_zap_oldest_mmu_pages()3821 if (!--sp->root_count && sp->role.invalid) in mmu_free_root_page()3934 ++sp->root_count; in mmu_alloc_root()
44 unsigned int root_count; member
983 int root_count = 0; in cxl_region_shared_upstream_bandwidth_update() local1005 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()
45 int root_count; in check_extent_in_eb() local66 &root_count); in check_extent_in_eb()70 for (int i = 0; i < root_count; i++) { in check_extent_in_eb()2463 int root_count; in iterate_extent_inodes() local2467 &root_ids, &root_count); in iterate_extent_inodes()2469 for (int i = 0; i < root_count; i++) { in iterate_extent_inodes()
1394 if (hstats->root_count < ostats->root_count) in mlxsw_sp_acl_erp_hints_check()
242 root_count / tdp_mmu_root_count:243 root_count is a reference counter for root shadow pages in Shadow MMU.