Home
last modified time | relevance | path

Searched refs:print_cycles (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/event/dpaa2/
H A Ddpaa2_eventdev_selftest.c466 uint64_t cycles, print_cycles; in wait_workers_to_join() local
470 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()
/dpdk/drivers/event/octeontx/
H A Dssovf_evdev_selftest.c578 uint64_t cycles, print_cycles; in wait_workers_to_join() local
581 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()
/dpdk/drivers/event/cnxk/
H A Dcnxk_eventdev_selftest.c565 uint64_t cycles, print_cycles; in wait_workers_to_join() local
568 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()
/dpdk/drivers/event/sw/
H A Dsw_evdev_selftest.c3073 uint64_t print_cycles = 0, cycles = 0; in worker_loopback() local
3142 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()