Home
last modified time | relevance | path

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

/dpdk/lib/power/
H A Drte_power_empty_poll.c140 poll_stats->thresh[MED_NORMAL].trained = true; in set_policy()
141 poll_stats->thresh[HGH_BUSY].trained = true; in set_policy()
156 poll_stats->thresh[freq].trained == false) { in update_training_stats()
181 if (poll_stats->thresh[freq].trained == false) { in update_training_stats()
193 poll_stats->thresh[freq].trained = true; in update_training_stats()
329 if (poll_stats->thresh[LOW].trained == true in empty_poll_training()
330 && poll_stats->thresh[MED].trained == true in empty_poll_training()
331 && poll_stats->thresh[HGH].trained == true) { in empty_poll_training()
H A Drte_power_empty_poll.h57 bool trained; member
/dpdk/doc/guides/sample_app_ug/
H A Dl3_forward_power_man.rst247trained threshold values. If the training_flag is set as 0(false), the application will start in n…