Searched refs:started_vcpus (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/kvm/ |
H A D | kvm-s390.c | 4536 int i, online_vcpus, r = 0, started_vcpus = 0; in kvm_s390_vcpu_start() local 4557 started_vcpus++; in kvm_s390_vcpu_start() 4560 if (started_vcpus == 0) { in kvm_s390_vcpu_start() 4563 } else if (started_vcpus == 1) { in kvm_s390_vcpu_start() 4591 int i, online_vcpus, r = 0, started_vcpus = 0; in kvm_s390_vcpu_stop() local 4624 started_vcpus++; in kvm_s390_vcpu_stop() 4629 if (started_vcpus == 1) { in kvm_s390_vcpu_stop()
|
/kernel/linux/linux-6.6/arch/s390/kvm/ |
H A D | kvm-s390.c | 5212 int i, online_vcpus, r = 0, started_vcpus = 0; in kvm_s390_vcpu_start() local 5233 started_vcpus++; in kvm_s390_vcpu_start() 5236 if (started_vcpus == 0) { in kvm_s390_vcpu_start() 5239 } else if (started_vcpus == 1) { in kvm_s390_vcpu_start() 5267 int i, online_vcpus, r = 0, started_vcpus = 0; in kvm_s390_vcpu_stop() local 5302 started_vcpus++; in kvm_s390_vcpu_stop() 5307 if (started_vcpus == 1) { in kvm_s390_vcpu_stop()
|
Completed in 12 milliseconds