Searched refs:next_root (Results 1 – 2 of 2) sorted by relevance
111 struct kvm_mmu_page *next_root; in tdp_mmu_next_root() local116 next_root = list_next_or_null_rcu(&kvm->arch.tdp_mmu_roots, in tdp_mmu_next_root()120 next_root = list_first_or_null_rcu(&kvm->arch.tdp_mmu_roots, in tdp_mmu_next_root()121 typeof(*next_root), link); in tdp_mmu_next_root()123 while (next_root) { in tdp_mmu_next_root()124 if ((!only_valid || !next_root->role.invalid) && in tdp_mmu_next_root()125 kvm_tdp_mmu_get_root(next_root)) in tdp_mmu_next_root()128 next_root = list_next_or_null_rcu(&kvm->arch.tdp_mmu_roots, in tdp_mmu_next_root()129 &next_root->link, typeof(*next_root), link); in tdp_mmu_next_root()137 return next_root; in tdp_mmu_next_root()
2561 struct lock_list *next_root, in print_bad_irq_dependency() argument2620 next_root->trace = save_trace(); in print_bad_irq_dependency()2621 if (!next_root->trace) in print_bad_irq_dependency()2623 print_shortest_lock_dependencies(forwards_entry, next_root); in print_bad_irq_dependency()