Searched refs:next_root (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/ |
H A D | tdp_mmu.c | 111 struct kvm_mmu_page *next_root; in tdp_mmu_next_root() local 116 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), lin in tdp_mmu_next_root() [all...] |
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/ |
H A D | tdp_mmu.c | 67 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/ |
H A D | lockdep.c | 2494 struct lock_list *next_root, in print_bad_irq_dependency() 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() 2492 print_bad_irq_dependency(struct task_struct *curr, struct lock_list *prev_root, struct lock_list *next_root, struct lock_list *backwards_entry, struct lock_list *forwards_entry, struct held_lock *prev, struct held_lock *next, enum lock_usage_bit bit1, enum lock_usage_bit bit2, const char *irqclass) print_bad_irq_dependency() argument
|
/kernel/linux/linux-6.6/kernel/locking/ |
H A D | lockdep.c | 2561 struct lock_list *next_root, in print_bad_irq_dependency() 2620 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() 2559 print_bad_irq_dependency(struct task_struct *curr, struct lock_list *prev_root, struct lock_list *next_root, struct lock_list *backwards_entry, struct lock_list *forwards_entry, struct held_lock *prev, struct held_lock *next, enum lock_usage_bit bit1, enum lock_usage_bit bit2, const char *irqclass) print_bad_irq_dependency() argument
|
Completed in 18 milliseconds