Home
last modified time | relevance | path

Searched refs:next_root (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/arch/x86/kvm/mmu/
Dtdp_mmu.c208 struct kvm_mmu_page *next_root; in tdp_mmu_next_root() local
213 next_root = list_next_or_null_rcu(&kvm->arch.tdp_mmu_roots, in tdp_mmu_next_root()
217 next_root = list_first_or_null_rcu(&kvm->arch.tdp_mmu_roots, in tdp_mmu_next_root()
218 typeof(*next_root), link); in tdp_mmu_next_root()
220 while (next_root) { in tdp_mmu_next_root()
221 if ((!only_valid || !next_root->role.invalid) && in tdp_mmu_next_root()
222 kvm_tdp_mmu_get_root(next_root)) in tdp_mmu_next_root()
225 next_root = list_next_or_null_rcu(&kvm->arch.tdp_mmu_roots, in tdp_mmu_next_root()
226 &next_root->link, typeof(*next_root), link); in tdp_mmu_next_root()
234 return next_root; in tdp_mmu_next_root()
/Linux-v6.1/kernel/locking/
Dlockdep.c2546 struct lock_list *next_root, in print_bad_irq_dependency() argument
2605 next_root->trace = save_trace(); in print_bad_irq_dependency()
2606 if (!next_root->trace) in print_bad_irq_dependency()
2608 print_shortest_lock_dependencies(forwards_entry, next_root); in print_bad_irq_dependency()