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

/linux-master/include/linux/
H A Dkvm_host.h333 int srcu_depth; member in struct:kvm_vcpu
924 WARN_ONCE(vcpu->srcu_depth++,
925 "KVM: Illegal vCPU srcu_idx LOCK, depth=%d", vcpu->srcu_depth - 1);
935 WARN_ONCE(--vcpu->srcu_depth,
936 "KVM: Illegal vCPU srcu_idx UNLOCK, depth=%d", vcpu->srcu_depth);

Completed in 261 milliseconds