Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-regex/
H A Dmain.c275 struct job_ctx *jobs_ctx; in run_regex() local
285 jobs_ctx = rte_malloc(NULL, sizeof(struct job_ctx)*nb_jobs, 0); in run_regex()
286 if (!jobs_ctx) { in run_regex()
333 jobs_ctx[i].mbuf = ops[i]->mbuf; in run_regex()
405 if (jobs_ctx[i].mbuf) in run_regex()
406 rte_pktmbuf_free(jobs_ctx[i].mbuf); in run_regex()
409 rte_free(jobs_ctx); in run_regex()