Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_timer_secondary.c28 struct test_info { struct
70 struct test_info *test_info = tim->arg; in handle_expired_timer() local
72 test_info->expired_count++; in handle_expired_timer()
73 test_info->expired_timers[test_info->expired_timers_idx++] = tim; in handle_expired_timer()
82 struct test_info *test_info = arg; in timer_manage_loop() local
116 struct test_info *test_info; in test_timer_secondary() local
128 test_info = mz->addr; in test_timer_secondary()
149 (void *)test_info, in test_timer_secondary()
165 return test_info->expected_count == test_info->expired_count ? in test_timer_secondary()
174 test_info = mz->addr; in test_timer_secondary()
[all …]