Searched refs:nb_matches (Results 1 – 4 of 4) sorted by relevance
263 uint8_t nb_matches; in run_regex() local373 nb_matches = ops[d_ind % actual_jobs]->nb_matches; in run_regex()375 ops[d_ind]->user_id, nb_matches); in run_regex()376 total_matches += nb_matches; in run_regex()378 for (i = 0; i < nb_matches; i++) { in run_regex()390 nb_matches = ops[d_ind % actual_jobs]->nb_matches; in run_regex()391 total_matches += nb_matches; in run_regex()393 for (i = 0; i < nb_matches; i++) { in run_regex()
418 ops->nb_matches = ree_res_mcnt; in ree_dequeue_post_process()421 ops->nb_matches = 0; in ree_dequeue_post_process()436 if (ops->nb_matches > 0) { in ree_dequeue_post_process()438 off = ((ops->nb_matches < REE_NUM_MATCHES_ALIGN) ? in ree_dequeue_post_process()439 ops->nb_matches : REE_NUM_MATCHES_ALIGN); in ree_dequeue_post_process()441 match += (ops->nb_matches - off) * in ree_dequeue_post_process()
199 op->nb_matches = MLX5_GET_VOLATILE(regexp_metadata, job->metadata + in extract_result()206 for (j = 0; j < op->nb_matches; j++) { in extract_result()
1352 uint16_t nb_matches; member