Searched refs:rgxc (Results 1 – 1 of 1) sorted by relevance
375 struct regex_conf *rgxc = args; in run_regex() local380 uint32_t nb_qps = rgxc->nb_qps; in run_regex()382 char *data_buf = rgxc->data_buf; in run_regex()383 long data_len = rgxc->data_len; in run_regex()384 long job_len = rgxc->job_len; in run_regex()579 if (rgxc->perf_mode) in run_regex()712 struct regex_conf *rgxc; in main() local749 rgxc = rte_malloc(NULL, sizeof(*rgxc) * nb_lcores, 0); in main()750 if (!rgxc) in main()753 rgxc[i] = (struct regex_conf){ in main()[all …]