Lines Matching refs:cur_time
169 uint64_t cur_time; in timer_stress_main_loop() local
193 cur_time = rte_get_timer_cycles(); in timer_stress_main_loop()
194 diff = end_time - cur_time; in timer_stress_main_loop()
405 uint64_t cur_time = rte_get_timer_cycles(); in timer_basic_cb() local
414 cur_time, timinfo->id, timinfo->count, lcore_id); in timer_basic_cb()
460 uint64_t cur_time; in timer_basic_main_loop() local
485 cur_time = rte_get_timer_cycles(); in timer_basic_main_loop()
486 diff = end_time - cur_time; in timer_basic_main_loop()
534 uint64_t cur_time; in test_timer() local
556 cur_time = rte_get_timer_cycles(); in test_timer()
558 end_time = cur_time + (hz * TEST_DURATION_S); in test_timer()
578 cur_time = rte_get_timer_cycles(); in test_timer()
580 end_time = cur_time + (hz * TEST_DURATION_S); in test_timer()