Searched refs:srcu_depth (Results 1 - 1 of 1) sorted by relevance

/linux-master/include/linux/
H A Dkvm_host.h337 int srcu_depth; member in struct:kvm_vcpu
928 WARN_ONCE(vcpu->srcu_depth++,
929 "KVM: Illegal vCPU srcu_idx LOCK, depth=%d", vcpu->srcu_depth - 1);
939 WARN_ONCE(--vcpu->srcu_depth,
940 "KVM: Illegal vCPU srcu_idx UNLOCK, depth=%d", vcpu->srcu_depth);

Completed in 105 milliseconds