Home
last modified time | relevance | path

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

/linux-4.1.27/arch/s390/kvm/
Dkvm-s390.c2238 int i, online_vcpus, started_vcpus = 0; in kvm_s390_vcpu_start() local
2250 started_vcpus++; in kvm_s390_vcpu_start()
2253 if (started_vcpus == 0) { in kvm_s390_vcpu_start()
2256 } else if (started_vcpus == 1) { in kvm_s390_vcpu_start()
2277 int i, online_vcpus, started_vcpus = 0; in kvm_s390_vcpu_stop() local
2296 started_vcpus++; in kvm_s390_vcpu_stop()
2301 if (started_vcpus == 1) { in kvm_s390_vcpu_stop()