Lines Matching refs:cur_time
170 uint64_t cur_time; in timer_stress_main_loop() local
194 cur_time = rte_get_timer_cycles(); in timer_stress_main_loop()
195 diff = end_time - cur_time; in timer_stress_main_loop()
410 uint64_t cur_time = rte_get_timer_cycles(); in timer_basic_cb() local
419 cur_time, timinfo->id, timinfo->count, lcore_id); in timer_basic_cb()
465 uint64_t cur_time; in timer_basic_main_loop() local
490 cur_time = rte_get_timer_cycles(); in timer_basic_main_loop()
491 diff = end_time - cur_time; in timer_basic_main_loop()
539 uint64_t cur_time; in test_timer() local
561 cur_time = rte_get_timer_cycles(); in test_timer()
563 end_time = cur_time + (hz * TEST_DURATION_S); in test_timer()
582 cur_time = rte_get_timer_cycles(); in test_timer()
584 end_time = cur_time + (hz * TEST_DURATION_S); in test_timer()