Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
Dtdp_mmu.c67 struct kvm_mmu_page *next_root; in tdp_mmu_next_root() local
69 next_root = list_next_entry(root, link); in tdp_mmu_next_root()
71 return next_root; in tdp_mmu_next_root()
/kernel/linux/linux-5.10/kernel/locking/
Dlockdep.c2492 struct lock_list *next_root, in print_bad_irq_dependency() argument
2554 next_root->trace = save_trace(); in print_bad_irq_dependency()
2555 if (!next_root->trace) in print_bad_irq_dependency()
2557 print_shortest_lock_dependencies(forwards_entry, next_root); in print_bad_irq_dependency()