Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-regex/
H A Dmain.c269 uint32_t total_dequeue = 0; in run_regex() local
345 total_dequeue = 0; in run_regex()
346 while (total_dequeue < actual_jobs) { in run_regex()
350 total_dequeue; in run_regex()
357 total_dequeue += rte_regexdev_dequeue_burst in run_regex()
359 total_enqueue - total_dequeue); in run_regex()
372 for (d_ind = 0; d_ind < total_dequeue; d_ind++) { in run_regex()
389 for (d_ind = 0; d_ind < total_dequeue; d_ind++) { in run_regex()