Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_power/
H A Dchannel_commands.h91 uint8_t num_vcpu; member
106 uint8_t num_vcpu; member
117 uint8_t num_vcpu; member
/f-stack/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()
583 for (count = 0; count < pol->pkt.num_vcpu; count++) { in apply_traffic_profile()
589 for (count = 0; count < pol->pkt.num_vcpu; count++) { in apply_traffic_profile()
595 for (count = 0; count < pol->pkt.num_vcpu; count++) { in apply_traffic_profile()
652 for (count = 0; count < pol->pkt.num_vcpu; count++) { in apply_workload_profile()
658 for (count = 0; count < pol->pkt.num_vcpu; count++) { in apply_workload_profile()
736 channel_pkt_freq_list.num_vcpu = info.num_vcpus; in send_freq()
774 channel_pkt_caps_list.num_vcpu = info.num_vcpus; in send_capabilities()
[all …]
H A Dchannel_manager.h321 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()
/f-stack/dpdk/examples/vm_power_manager/guest_cli/
H A Dvm_power_cli_guest.c90 pkt->num_vcpu = 2; in set_policy_defaults()
235 for (i = 0; i < pkt_freq_list.num_vcpu; ++i) in cmd_query_freq_list_parsed()
345 for (i = 0; i < pkt_caps_list.num_vcpu; ++i) in cmd_query_caps_list_parsed()
H A Dmain.c113 policy->num_vcpu = idx; in parse_args()