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()
566 uint64_t cycles, print_cycles; in wait_workers_to_join() local569 print_cycles = cycles; in wait_workers_to_join()573 if (new_cycles - print_cycles > rte_get_timer_hz()) { in wait_workers_to_join()575 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()
3071 uint64_t print_cycles = 0, cycles = 0; in worker_loopback() local3140 print_cycles = cycles = rte_get_timer_cycles(); in worker_loopback()3148 if (new_cycles - print_cycles > rte_get_timer_hz()) { in worker_loopback()3154 print_cycles = new_cycles; in worker_loopback()