Home
last modified time | relevance | path

Searched refs:TEST_DURATION_S (Results 1 – 2 of 2) sorted by relevance

/dpdk/app/test/
H A Dtest_timer_racecond.c27 #define TEST_DURATION_S 4 /* in seconds */ macro
142 end_time = cur_time + (hz * TEST_DURATION_S); in test_timer_racecond()
147 TEST_DURATION_S); in test_timer_racecond()
H A Dtest_timer.c110 #define TEST_DURATION_S 1 /* in seconds */ macro
558 end_time = cur_time + (hz * TEST_DURATION_S); in test_timer()
580 end_time = cur_time + (hz * TEST_DURATION_S); in test_timer()