Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/vm_power_manager/
H A Dchannel_manager.h39 extern struct libvirt_vm_info lvm_info[MAX_CLIENTS];
H A Dchannel_manager.c37 struct libvirt_vm_info lvm_info[MAX_CLIENTS]; variable
742 lvm_info[i].vm_name = vm_name; in get_all_vm()
754 lvm_info[i].num_cpus = n_vcpus; in get_all_vm()
762 lvm_info[i].pcpus[ii] = jj; in get_all_vm()
H A Dchannel_monitor.c331 if (policies[pNo].core_share[z].pcpu == lvm_info[x].pcpus[t]) { in core_share()
333 lvm_info[x].vm_name) != 0) { in core_share()
358 for (t = 0; t < lvm_info[x].num_cpus; t++) in core_share_status()