Home
last modified time | relevance | path

Searched refs:new_cycles (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/app/test-eventdev/
H A Dtest_order_common.c296 uint64_t new_cycles = rte_get_timer_cycles(); in order_launch_lcores() local
304 if (new_cycles - cycles > rte_get_timer_hz() * 1) { in order_launch_lcores()
315 cycles = new_cycles; in order_launch_lcores()
H A Dtest_pipeline_common.c85 const uint64_t new_cycles = rte_get_timer_cycles(); in pipeline_launch_lcores() local
87 if ((new_cycles - perf_cycles) > perf_sample) { in pipeline_launch_lcores()
93 perf_cycles = new_cycles; in pipeline_launch_lcores()
H A Dtest_perf_common.c301 const uint64_t new_cycles = rte_get_timer_cycles(); in perf_launch_lcores() local
303 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()
/f-stack/dpdk/drivers/event/dpaa2/
H A Ddpaa2_eventdev_selftest.c472 uint64_t new_cycles = rte_get_timer_cycles(); in wait_workers_to_join() local
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()
479 if (new_cycles - cycles > rte_get_timer_hz() * 10) { in wait_workers_to_join()
485 cycles = new_cycles; in wait_workers_to_join()
/f-stack/dpdk/drivers/event/octeontx2/
H A Dotx2_evdev_selftest.c571 uint64_t new_cycles = rte_get_timer_cycles(); in wait_workers_to_join() local
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()
577 if (new_cycles - cycles > rte_get_timer_hz() * 10000000000) { in wait_workers_to_join()
581 cycles = new_cycles; in wait_workers_to_join()
/f-stack/dpdk/drivers/event/octeontx/
H A Dssovf_evdev_selftest.c583 uint64_t new_cycles = rte_get_timer_cycles(); in wait_workers_to_join() local
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()
590 if (new_cycles - cycles > rte_get_timer_hz() * 10) { in wait_workers_to_join()
596 cycles = new_cycles; in wait_workers_to_join()
/f-stack/dpdk/drivers/event/sw/
H A Dsw_evdev_selftest.c3146 uint64_t new_cycles = rte_get_timer_cycles(); in worker_loopback() local
3148 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()