Home
last modified time | relevance | path

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

/f-stack/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()
/f-stack/dpdk/drivers/event/octeontx2/
H A Dotx2_evdev_selftest.c566 uint64_t cycles, print_cycles; in wait_workers_to_join() local
569 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()
/f-stack/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()
/f-stack/dpdk/drivers/event/sw/
H A Dsw_evdev_selftest.c3071 uint64_t print_cycles = 0, cycles = 0; in worker_loopback() local
3140 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()