Home
last modified time | relevance | path

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

/dpdk/lib/power/
H A Drte_power_empty_poll.c76 poll_stats->threshold_ctr = 0; in enter_normal_state()
93 poll_stats->threshold_ctr = 0; in enter_busy_state()
271 if (poll_stats->threshold_ctr < INTERVALS_PER_SECOND) in update_stats_normal()
272 poll_stats->threshold_ctr++; in update_stats_normal()
280 poll_stats->threshold_ctr = 0; in update_stats_normal()
288 if (poll_stats->threshold_ctr < INTERVALS_PER_SECOND) in update_stats_normal()
289 poll_stats->threshold_ctr++; in update_stats_normal()
296 poll_stats->threshold_ctr = 0; in update_stats_normal()
H A Drte_power_empty_poll.h87 uint32_t threshold_ctr; member