Home
last modified time | relevance | path

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

/linux/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()
1039 objagg_stats->root_count++; in objagg_hints_stats_get()
/linux/arch/x86/kernel/
A Damd_nb.c242 u16 root_count = 0; in amd_cache_northbridges() local
263 root_count++; in amd_cache_northbridges()
265 if (root_count) { in amd_cache_northbridges()
266 roots_per_misc = root_count / misc_count; in amd_cache_northbridges()
272 if (!roots_per_misc || (root_count % roots_per_misc)) { in amd_cache_northbridges()
/linux/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.h58 int root_count; member
A Dtdp_mmu.h108 return sp && is_tdp_mmu_page(sp) && sp->root_count; in is_tdp_mmu()
A Dmmu.c2372 if (!sp->root_count) { in __kvm_mmu_prepare_zap_page()
2438 WARN_ON(!sp->role.invalid || sp->root_count); in kvm_mmu_commit_zap_page()
2461 if (sp->root_count) in kvm_mmu_zap_oldest_mmu_pages()
3253 else if (!--sp->root_count && sp->role.invalid) in mmu_free_root_page()
3356 ++sp->root_count; in mmu_alloc_root()
/linux/include/linux/
A Dobjagg.h45 unsigned int root_count; member
/linux/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/Documentation/virt/kvm/
A Dmmu.rst223 root_count:

Completed in 34 milliseconds