Lines Matching defs:test_info
37 struct test_info { struct
38 unsigned int main_lcore;
39 unsigned int mgr_lcore;
40 unsigned int sec_lcore;
41 uint32_t timer_data_id;
42 volatile int expected_count;
43 volatile int expired_count;
44 struct rte_mempool *tim_mempool;
45 struct rte_timer *expired_timers[NUM_TIMERS];
46 int expired_timers_idx;
47 volatile int exit_flag;
79 struct test_info *test_info = tim->arg; in handle_expired_timer() local
91 struct test_info *test_info = arg; in timer_manage_loop() local
125 struct test_info *test_info; in test_timer_secondary() local