Home
last modified time | relevance | path

Searched refs:HOURS (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/lib/librte_power/
H A Dchannel_commands.h47 #define HOURS 24 macro
59 int busy_hours[HOURS];
60 int quiet_hours[HOURS];
61 int hours_to_use_traffic_profile[HOURS];
/f-stack/dpdk/examples/vm_power_manager/
H A Dchannel_monitor.c618 for (x = 0; x < HOURS; x++) { in apply_time_profile()