Searched refs:next_root (Results 1 – 2 of 2) sorted by relevance
125 struct kvm_mmu_page *next_root; in tdp_mmu_next_root() local 136 next_root = list_next_or_null_rcu(&kvm->arch.tdp_mmu_roots, in tdp_mmu_next_root() 140 next_root = list_first_or_null_rcu(&kvm->arch.tdp_mmu_roots, in tdp_mmu_next_root() 141 typeof(*next_root), link); in tdp_mmu_next_root() 143 while (next_root) { in tdp_mmu_next_root() 144 if (tdp_mmu_root_match(next_root, types) && in tdp_mmu_next_root() 145 kvm_tdp_mmu_get_root(next_root)) in tdp_mmu_next_root() 148 next_root = list_next_or_null_rcu(&kvm->arch.tdp_mmu_roots, in tdp_mmu_next_root() 149 &next_root->link, typeof(*next_root), lin in tdp_mmu_next_root() [all...]
2549 struct lock_list *next_root, in print_bad_irq_dependency() argument 2610 next_root->trace = save_trace(); in print_bad_irq_dependency() 2611 if (!next_root->trace) in print_bad_irq_dependency() 2613 print_shortest_lock_dependencies(forwards_entry, next_root); in print_bad_irq_dependency()