root_count 332 arch/x86/include/asm/kvm_host.h int root_count; /* Currently serving as active root */ root_count 228 arch/x86/kernel/amd_nb.c u16 root_count = 0; root_count 249 arch/x86/kernel/amd_nb.c root_count++; root_count 251 arch/x86/kernel/amd_nb.c if (root_count) { root_count 252 arch/x86/kernel/amd_nb.c roots_per_misc = root_count / misc_count; root_count 258 arch/x86/kernel/amd_nb.c if (!roots_per_misc || (root_count % roots_per_misc)) { root_count 2836 arch/x86/kvm/mmu.c if (!sp->root_count) { root_count 2889 arch/x86/kvm/mmu.c WARN_ON(!sp->role.invalid || sp->root_count); root_count 3709 arch/x86/kvm/mmu.c --sp->root_count; root_count 3710 arch/x86/kvm/mmu.c if (!sp->root_count && sp->role.invalid) root_count 3790 arch/x86/kvm/mmu.c ++sp->root_count; root_count 3806 arch/x86/kvm/mmu.c ++sp->root_count; root_count 3848 arch/x86/kvm/mmu.c ++sp->root_count; root_count 3885 arch/x86/kvm/mmu.c ++sp->root_count; root_count 5850 arch/x86/kvm/mmu.c if (sp->role.invalid && sp->root_count) root_count 6130 arch/x86/kvm/mmu.c if (sp->role.invalid && sp->root_count) root_count 15 arch/x86/kvm/mmutrace.h __field(__u32, root_count) \ root_count 22 arch/x86/kvm/mmutrace.h __entry->root_count = sp->root_count; \ root_count 45 arch/x86/kvm/mmutrace.h __entry->root_count, \ root_count 1405 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_erp.c if (hstats->root_count < ostats->root_count) root_count 45 include/linux/objagg.h unsigned int root_count; root_count 20 lib/objagg.c unsigned int root_count; root_count 241 lib/objagg.c min = objagg->hints->root_count; root_count 623 lib/objagg.c objagg_stats->root_count++; root_count 666 lib/objagg.c hnode->root_id = objagg_hints->root_count++; root_count 1039 lib/objagg.c objagg_stats->root_count++; root_count 30 lib/test_objagg.c unsigned int root_count; root_count 138 lib/test_objagg.c world->root_count++; root_count 147 lib/test_objagg.c world->root_count--; root_count 154 lib/test_objagg.c unsigned int orig_root_count = world->root_count; root_count 169 lib/test_objagg.c if (world->root_count != orig_root_count + 1) { root_count 175 lib/test_objagg.c if (world->root_count != orig_root_count) { root_count 207 lib/test_objagg.c unsigned int orig_root_count = world->root_count; root_count 212 lib/test_objagg.c if (world->root_count != orig_root_count - 1) { root_count 217 lib/test_objagg.c if (world->root_count != orig_root_count) { root_count 598 lib/test_objagg.c if (orig_root_count != world->root_count) { root_count 607 lib/test_objagg.c if (orig_root_count + 1 != world->root_count) { root_count 616 lib/test_objagg.c if (orig_root_count - 1 != world->root_count) { root_count 763 lib/test_objagg.c unsigned int orig_root_count = world->root_count;