Home
last modified time | relevance | path

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

/dpdk/usertools/
H A Ddpdk-telemetry-client.py75 def repeatedlyRequestMetrics(self, sleep_time): # Recursively requests metrics for given client argument
82 time.sleep(sleep_time)
89 def interactiveMenu(self, sleep_time): # Creates Interactive menu within the script argument
104 self.repeatedlyRequestMetrics(sleep_time)
117 sleep_time = 1 variable
127 client.interactiveMenu(sleep_time)
/dpdk/drivers/event/dlb2/pf/
H A Ddlb2_main.c332 int sleep_time; in dlb2_pf_reset() local
345 sleep_time = (1 << (wait_count)) * 100; in dlb2_pf_reset()
346 rte_delay_ms(sleep_time); in dlb2_pf_reset()
/dpdk/examples/l3fwd-power/
H A Dmain.c374 uint32_t sleep_time; member
446 sleep_time_ratio = (float)(stats[lcore_id].sleep_time) / in power_timer_cb()
476 stats[lcore_id].sleep_time = 0; in power_timer_cb()
1079 stats[lcore_id].sleep_time += lcore_idle_hint; in main_intr_loop()
1504 stats[lcore_id].sleep_time += lcore_idle_hint; in main_legacy_loop()