Searched refs:next_root (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/arch/x86/kvm/mmu/ |
| D | tdp_mmu.c | 112 struct kvm_mmu_page *next_root; in tdp_mmu_next_root() local 117 next_root = list_next_or_null_rcu(&kvm->arch.tdp_mmu_roots, in tdp_mmu_next_root() 121 next_root = list_first_or_null_rcu(&kvm->arch.tdp_mmu_roots, in tdp_mmu_next_root() 122 typeof(*next_root), link); in tdp_mmu_next_root() 124 while (next_root && !kvm_tdp_mmu_get_root(kvm, next_root)) in tdp_mmu_next_root() 125 next_root = list_next_or_null_rcu(&kvm->arch.tdp_mmu_roots, in tdp_mmu_next_root() 126 &next_root->link, typeof(*next_root), link); in tdp_mmu_next_root() 133 return next_root; in tdp_mmu_next_root() 835 struct kvm_mmu_page *next_root; in next_invalidated_root() local 838 next_root = list_next_or_null_rcu(&kvm->arch.tdp_mmu_roots, in next_invalidated_root() [all …]
|
| /Linux-v5.15/kernel/locking/ |
| D | lockdep.c | 2500 struct lock_list *next_root, in print_bad_irq_dependency() argument 2559 next_root->trace = save_trace(); in print_bad_irq_dependency() 2560 if (!next_root->trace) in print_bad_irq_dependency() 2562 print_shortest_lock_dependencies(forwards_entry, next_root); in print_bad_irq_dependency()
|