Searched refs:new_cycles (Results 1 – 7 of 7) sorted by relevance
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()315 cycles = new_cycles; in order_launch_lcores()
85 const uint64_t new_cycles = rte_get_timer_cycles(); in pipeline_launch_lcores() local87 if ((new_cycles - perf_cycles) > perf_sample) { in pipeline_launch_lcores()93 perf_cycles = new_cycles; in pipeline_launch_lcores()
301 const uint64_t new_cycles = rte_get_timer_cycles(); in perf_launch_lcores() local303 if ((new_cycles - perf_cycles) > perf_sample) { in perf_launch_lcores()311 perf_cycles = new_cycles; in perf_launch_lcores()336 if (new_cycles - dead_lock_cycles > dead_lock_sample && in perf_launch_lcores()348 dead_lock_cycles = new_cycles; in perf_launch_lcores()
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()
571 uint64_t new_cycles = rte_get_timer_cycles(); in wait_workers_to_join() local573 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()
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()
3146 uint64_t new_cycles = rte_get_timer_cycles(); in worker_loopback() local3148 if (new_cycles - print_cycles > rte_get_timer_hz()) { in worker_loopback()3154 print_cycles = new_cycles; in worker_loopback()3156 if (new_cycles - cycles > rte_get_timer_hz() * 3) { in worker_loopback()3168 cycles = new_cycles; in worker_loopback()