Searched refs:vmsr_thread_stat (Results 1 – 3 of 3) sorted by relevance
44 struct vmsr_thread_stat { struct73 typedef struct vmsr_thread_stat vmsr_thread_stat; argument86 void vmsr_delta_ticks(vmsr_thread_stat *thd_stat, int i);
325 void vmsr_delta_ticks(vmsr_thread_stat *thd_stat, int i) in vmsr_delta_ticks()
2665 g_autofree vmsr_thread_stat *thd_stat = NULL; in kvm_msr_energy_thread()2678 thd_stat = g_new0(vmsr_thread_stat, 1); in kvm_msr_energy_thread()2704 thd_stat = g_renew(vmsr_thread_stat, thd_stat, num_threads); in kvm_msr_energy_thread()2706 memset(thd_stat, 0, num_threads * sizeof(vmsr_thread_stat)); in kvm_msr_energy_thread()