Home
last modified time | relevance | path

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

/dpdk/examples/vm_power_manager/
H A Dchannel_monitor.c611 struct tm *ptm; in apply_time_profile() local
616 ptm = localtime(&tv.tv_sec); in apply_time_profile()
618 strftime(time_string, sizeof(time_string), "%Y-%m-%d %H:%M:%S", ptm); in apply_time_profile()
622 if (ptm->tm_hour == pol->pkt.timer_policy.busy_hours[x]) { in apply_time_profile()
630 } else if (ptm->tm_hour == in apply_time_profile()
639 } else if (ptm->tm_hour == in apply_time_profile()