Lines Matching refs:taken
12 - cpus_read_lock() is taken outside kvm_lock
14 - kvm_usage_lock is taken outside cpus_read_lock()
16 - kvm->lock is taken outside vcpu->mutex
18 - kvm->lock is taken outside kvm->slots_lock and kvm->irq_lock
20 - kvm->slots_lock is taken outside kvm->irq_lock, though acquiring
26 are taken on the waiting side when modifying memslots, so MMU notifiers
40 be taken inside a kvm->srcu read-side critical section; that is, the
47 ``synchronize_srcu()``. It _can_ therefore be taken inside a
53 - vcpu->mutex is taken outside kvm->arch.hyperv.hv_lock and kvm->arch.xen.xen_lock
59 Everything else is a leaf: no other lock is taken inside the critical
312 :Comment: Exists because using kvm_lock leads to deadlock. kvm_lock is taken