Searched refs:max_vcpu (Results 1 – 2 of 2) sorted by relevance
171 for (j = 0; j < event->max_vcpu; ++j) { in clear_events_cache_stats()187 int old_max_vcpu = event->max_vcpu; in kvm_event_expand()190 if (vcpu_id < event->max_vcpu) in kvm_event_expand()193 while (event->max_vcpu <= vcpu_id) in kvm_event_expand()194 event->max_vcpu += DEFAULT_VCPU_NUM; in kvm_event_expand()198 event->max_vcpu * sizeof(*event->vcpu)); in kvm_event_expand()206 (event->max_vcpu - old_max_vcpu) * sizeof(*event->vcpu)); in kvm_event_expand()462 if (vcpu >= event->max_vcpu) \
36 int max_vcpu; member