Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_power/
H A Drte_power_empty_poll.c80 poll_stats->threshold_ctr = 0; in enter_normal_state()
99 poll_stats->threshold_ctr = 0; in enter_busy_state()
283 if (poll_stats->threshold_ctr < INTERVALS_PER_SECOND) in update_stats_normal()
284 poll_stats->threshold_ctr++; in update_stats_normal()
292 poll_stats->threshold_ctr = 0; in update_stats_normal()
300 if (poll_stats->threshold_ctr < INTERVALS_PER_SECOND) in update_stats_normal()
301 poll_stats->threshold_ctr++; in update_stats_normal()
308 poll_stats->threshold_ctr = 0; in update_stats_normal()
H A Drte_power_empty_poll.h92 uint32_t threshold_ctr; member