Home
last modified time | relevance | path

Searched refs:policy_to_use (Results 1 – 4 of 4) sorted by relevance

/dpdk/examples/vm_power_manager/guest_cli/
H A Dmain.c142 policy->policy_to_use = in parse_args()
145 policy->policy_to_use = in parse_args()
148 policy->policy_to_use = in parse_args()
151 policy->policy_to_use = in parse_args()
H A Dvm_power_cli_guest.c104 pkt->policy_to_use = RTE_POWER_POLICY_TIME; in set_policy_defaults()
/dpdk/examples/vm_power_manager/
H A Dchannel_monitor.c177 pkt->policy_to_use = RTE_POWER_POLICY_TIME; in parse_json_to_pkt()
216 pkt->policy_to_use = in parse_json_to_pkt()
219 pkt->policy_to_use = in parse_json_to_pkt()
222 pkt->policy_to_use = in parse_json_to_pkt()
225 pkt->policy_to_use = in parse_json_to_pkt()
370 if (pol->pkt.policy_to_use == RTE_POWER_POLICY_BRANCH_RATIO) { in pcpu_monitor()
482 if (policies[i].pkt.policy_to_use == in update_policy()
500 if (policies[i].pkt.policy_to_use == in update_policy()
681 if (pkt->policy_to_use == RTE_POWER_POLICY_TRAFFIC) in apply_policy()
683 else if (pkt->policy_to_use == RTE_POWER_POLICY_TIME) in apply_policy()
[all …]
/dpdk/lib/power/
H A Drte_power_guest_channel.h96 enum rte_power_policy policy_to_use; member