Lines Matching defs:test_info
28 struct test_info { struct
29 unsigned int main_lcore;
30 unsigned int mgr_lcore;
31 unsigned int sec_lcore;
32 uint32_t timer_data_id;
33 volatile int expected_count;
34 volatile int expired_count;
35 struct rte_mempool *tim_mempool;
36 struct rte_timer *expired_timers[NUM_TIMERS];
37 int expired_timers_idx;
38 volatile int exit_flag;
70 struct test_info *test_info = tim->arg; in handle_expired_timer() local
82 struct test_info *test_info = arg; in timer_manage_loop() local
116 struct test_info *test_info; in test_timer_secondary() local