Home
last modified time | relevance | path

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

/dpdk/lib/power/
H A Drte_power_guest_channel.h92 uint8_t num_vcpu; member
107 uint8_t num_vcpu; member
118 uint8_t num_vcpu; member
/dpdk/examples/vm_power_manager/
H A Dchannel_monitor.c354 for (z = 0; z < policies[pNo].pkt.num_vcpu; z++) { in core_share_status()
417 for (count = 0; count < pol->pkt.num_vcpu; count++) { in get_pcpu_to_control()
426 for (count = 0; count < pol->pkt.num_vcpu; count++) { in get_pcpu_to_control()
585 for (count = 0; count < pol->pkt.num_vcpu; count++) { in apply_traffic_profile()
591 for (count = 0; count < pol->pkt.num_vcpu; count++) { in apply_traffic_profile()
597 for (count = 0; count < pol->pkt.num_vcpu; count++) { in apply_traffic_profile()
654 for (count = 0; count < pol->pkt.num_vcpu; count++) { in apply_workload_profile()
660 for (count = 0; count < pol->pkt.num_vcpu; count++) { in apply_workload_profile()
738 channel_pkt_freq_list.num_vcpu = info.num_vcpus; in send_freq()
776 channel_pkt_caps_list.num_vcpu = info.num_vcpus; in send_capabilities()
[all …]
H A Dchannel_manager.h320 void get_all_vm(int *num_vm, int *num_vcpu);
H A Dchannel_manager.c706 get_all_vm(int *num_vm, int *num_vcpu) in get_all_vm() argument
753 *num_vcpu = n_vcpus; in get_all_vm()
/dpdk/examples/vm_power_manager/guest_cli/
H A Dvm_power_cli_guest.c86 pkt->num_vcpu = 2; in set_policy_defaults()
231 for (i = 0; i < pkt_freq_list.num_vcpu; ++i) in cmd_query_freq_list_parsed()
341 for (i = 0; i < pkt_caps_list.num_vcpu; ++i) in cmd_query_caps_list_parsed()
H A Dmain.c116 policy->num_vcpu = idx; in parse_args()