Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/
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 …]
A Dobjagg.c20 unsigned int root_count; member
241 min = objagg->hints->root_count; in objagg_obj_root_id_alloc()
623 objagg_stats->root_count++; in objagg_stats_get()
666 hnode->root_id = objagg_hints->root_count++; in objagg_hints_node_create()
1036 objagg_stats->root_count++; in objagg_hints_stats_get()
/linux-6.3-rc2/arch/x86/kernel/
A Damd_nb.c213 u16 root_count = 0; in amd_cache_northbridges() local
234 root_count++; in amd_cache_northbridges()
236 if (root_count) { in amd_cache_northbridges()
237 roots_per_misc = root_count / misc_count; in amd_cache_northbridges()
243 if (!roots_per_misc || (root_count % roots_per_misc)) { in amd_cache_northbridges()
/linux-6.3-rc2/arch/x86/kvm/mmu/
A Dmmutrace.h15 __field(__u32, root_count) \
22 __entry->root_count = sp->root_count; \
45 __entry->root_count, \
A Dmmu_internal.h93 int root_count; member
A Dmmu.c2521 if (!sp->root_count) { in __kvm_mmu_prepare_zap_page()
2593 WARN_ON(!sp->role.invalid || sp->root_count); in kvm_mmu_commit_zap_page()
2616 if (sp->root_count) in kvm_mmu_zap_oldest_mmu_pages()
3502 else if (!--sp->root_count && sp->role.invalid) in mmu_free_root_page()
3613 ++sp->root_count; in mmu_alloc_root()
/linux-6.3-rc2/include/linux/
A Dobjagg.h45 unsigned int root_count; member
/linux-6.3-rc2/fs/btrfs/
A Dbackref.c45 int root_count; in check_extent_in_eb() local
65 &root_count); in check_extent_in_eb()
69 for (int i = 0; i < root_count; i++) { in check_extent_in_eb()
2420 int root_count; in iterate_extent_inodes() local
2424 &root_ids, &root_count); in iterate_extent_inodes()
2426 for (int i = 0; i < root_count; i++) { in iterate_extent_inodes()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlxsw/
A Dspectrum_acl_erp.c1405 if (hstats->root_count < ostats->root_count) in mlxsw_sp_acl_erp_hints_check()
/linux-6.3-rc2/Documentation/virt/kvm/x86/
A Dmmu.rst227 root_count:

Completed in 37 milliseconds