Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/vm_power_manager/guest_cli/
H A Dvm_power_cli_guest.c96 pkt->timer_policy.busy_hours[0] = 3; in set_policy_defaults()
97 pkt->timer_policy.busy_hours[1] = 4; in set_policy_defaults()
98 pkt->timer_policy.busy_hours[2] = 5; in set_policy_defaults()
99 pkt->timer_policy.quiet_hours[0] = 11; in set_policy_defaults()
100 pkt->timer_policy.quiet_hours[1] = 12; in set_policy_defaults()
101 pkt->timer_policy.quiet_hours[2] = 13; in set_policy_defaults()
103 pkt->timer_policy.hours_to_use_traffic_profile[0] = 8; in set_policy_defaults()
104 pkt->timer_policy.hours_to_use_traffic_profile[1] = 10; in set_policy_defaults()
H A Dmain.c89 policy->timer_policy.busy_hours in parse_args()
93 policy->timer_policy.quiet_hours in parse_args()
/f-stack/dpdk/lib/librte_power/
H A Dchannel_commands.h92 struct timer_profile timer_policy; member
/f-stack/dpdk/examples/vm_power_manager/
H A Dchannel_monitor.c253 pkt->timer_policy.busy_hours[i] = hour; in parse_json_to_pkt()
262 pkt->timer_policy.quiet_hours[i] = hour; in parse_json_to_pkt()
620 if (ptm->tm_hour == pol->pkt.timer_policy.busy_hours[x]) { in apply_time_profile()
629 pol->pkt.timer_policy.quiet_hours[x]) { in apply_time_profile()
638 pol->pkt.timer_policy.hours_to_use_traffic_profile[x]) { in apply_time_profile()