Searched refs:new_cycles (Results 1 – 7 of 7) sorted by relevance
472 uint64_t new_cycles = rte_get_timer_cycles(); in wait_workers_to_join() local474 if (new_cycles - print_cycles > rte_get_timer_hz()) { in wait_workers_to_join()477 print_cycles = new_cycles; in wait_workers_to_join()479 if (new_cycles - cycles > rte_get_timer_hz() * 10) { in wait_workers_to_join()485 cycles = new_cycles; in wait_workers_to_join()
296 uint64_t new_cycles = rte_get_timer_cycles(); in order_launch_lcores() local304 if (new_cycles - cycles > rte_get_timer_hz() * 1) { in order_launch_lcores()314 cycles = new_cycles; in order_launch_lcores()
90 const uint64_t new_cycles = rte_get_timer_cycles(); in pipeline_launch_lcores() local92 if ((new_cycles - perf_cycles) > perf_sample) { in pipeline_launch_lcores()98 perf_cycles = new_cycles; in pipeline_launch_lcores()
503 const uint64_t new_cycles = rte_get_timer_cycles(); in perf_launch_lcores() local505 if ((new_cycles - perf_cycles) > perf_sample) { in perf_launch_lcores()513 perf_cycles = new_cycles; in perf_launch_lcores()539 if (new_cycles - dead_lock_cycles > dead_lock_sample && in perf_launch_lcores()551 dead_lock_cycles = new_cycles; in perf_launch_lcores()
583 uint64_t new_cycles = rte_get_timer_cycles(); in wait_workers_to_join() local585 if (new_cycles - print_cycles > rte_get_timer_hz()) { in wait_workers_to_join()588 print_cycles = new_cycles; in wait_workers_to_join()590 if (new_cycles - cycles > rte_get_timer_hz() * 10) { in wait_workers_to_join()596 cycles = new_cycles; in wait_workers_to_join()
570 uint64_t new_cycles = rte_get_timer_cycles(); in wait_workers_to_join() local572 if (new_cycles - print_cycles > rte_get_timer_hz()) { in wait_workers_to_join()575 print_cycles = new_cycles; in wait_workers_to_join()577 if (new_cycles - cycles > rte_get_timer_hz() * 10000000000) { in wait_workers_to_join()581 cycles = new_cycles; in wait_workers_to_join()
3148 uint64_t new_cycles = rte_get_timer_cycles(); in worker_loopback() local3150 if (new_cycles - print_cycles > rte_get_timer_hz()) { in worker_loopback()3156 print_cycles = new_cycles; in worker_loopback()3158 if (new_cycles - cycles > rte_get_timer_hz() * 3) { in worker_loopback()3170 cycles = new_cycles; in worker_loopback()