Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/mmu/
H A 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()
/OK3568_Linux_fs/kernel/kernel/locking/
H A Dlockdep.c2494 struct lock_list *next_root, in print_bad_irq_dependency() argument
2556 next_root->trace = save_trace(); in print_bad_irq_dependency()
2557 if (!next_root->trace) in print_bad_irq_dependency()
2559 print_shortest_lock_dependencies(forwards_entry, next_root); in print_bad_irq_dependency()