Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_timer_secondary.c37 struct test_info { struct
79 struct test_info *test_info = tim->arg; in handle_expired_timer() local
81 test_info->expired_count++; in handle_expired_timer()
82 test_info->expired_timers[test_info->expired_timers_idx++] = tim; in handle_expired_timer()
91 struct test_info *test_info = arg; in timer_manage_loop() local
125 struct test_info *test_info; in test_timer_secondary() local
139 test_info = mz->addr; in test_timer_secondary()
158 (void *)test_info, in test_timer_secondary()
174 return test_info->expected_count == test_info->expired_count ? in test_timer_secondary()
185 test_info = mz->addr; in test_timer_secondary()
[all …]