Searched refs:print_cycles (Results 1 – 4 of 4) sorted by relevance
466 uint64_t cycles, print_cycles; in wait_workers_to_join() local470 print_cycles = cycles = rte_get_timer_cycles(); in wait_workers_to_join()474 if (new_cycles - print_cycles > rte_get_timer_hz()) { in wait_workers_to_join()477 print_cycles = new_cycles; in wait_workers_to_join()
578 uint64_t cycles, print_cycles; in wait_workers_to_join() local581 print_cycles = cycles = rte_get_timer_cycles(); in wait_workers_to_join()585 if (new_cycles - print_cycles > rte_get_timer_hz()) { in wait_workers_to_join()588 print_cycles = new_cycles; in wait_workers_to_join()
565 uint64_t cycles, print_cycles; in wait_workers_to_join() local568 print_cycles = cycles; in wait_workers_to_join()572 if (new_cycles - print_cycles > rte_get_timer_hz()) { in wait_workers_to_join()575 print_cycles = new_cycles; in wait_workers_to_join()
3073 uint64_t print_cycles = 0, cycles = 0; in worker_loopback() local3142 print_cycles = cycles = rte_get_timer_cycles(); in worker_loopback()3150 if (new_cycles - print_cycles > rte_get_timer_hz()) { in worker_loopback()3156 print_cycles = new_cycles; in worker_loopback()