Lines Matching refs:opt
62 struct evt_options *opt; member
89 order_nb_event_ports(struct evt_options *opt) in order_nb_event_ports() argument
91 return evt_nr_active_lcores(opt->wlcores) + 1 /* producer */; in order_nb_event_ports()
132 struct evt_options *opt = t->opt;\
138 if (opt->verbose_level > 1)\
142 int order_test_result(struct evt_test *test, struct evt_options *opt);
143 int order_opt_check(struct evt_options *opt);
144 int order_test_setup(struct evt_test *test, struct evt_options *opt);
145 int order_mempool_setup(struct evt_test *test, struct evt_options *opt);
146 int order_launch_lcores(struct evt_test *test, struct evt_options *opt,
148 int order_event_dev_port_setup(struct evt_test *test, struct evt_options *opt,
150 void order_test_destroy(struct evt_test *test, struct evt_options *opt);
151 void order_opt_dump(struct evt_options *opt);
152 void order_mempool_destroy(struct evt_test *test, struct evt_options *opt);
153 void order_eventdev_destroy(struct evt_test *test, struct evt_options *opt);