Searched refs:nb_matches (Results 1 – 4 of 4) sorted by relevance
394 uint8_t nb_matches; in run_regex() local587 nb_matches = qp->ops[d_ind % actual_jobs]->nb_matches; in run_regex()589 qp->ops[d_ind]->user_id, nb_matches); in run_regex()590 qp->total_matches += nb_matches; in run_regex()592 for (i = 0; i < nb_matches; i++) { in run_regex()604 nb_matches = qp->ops[d_ind % actual_jobs]->nb_matches; in run_regex()605 qp->total_matches += nb_matches; in run_regex()607 for (i = 0; i < nb_matches; i++) { in run_regex()
408 ops->nb_matches = ree_res_mcnt; in ree_dequeue_post_process()411 ops->nb_matches = 0; in ree_dequeue_post_process()426 if (ops->nb_matches > 0) { in ree_dequeue_post_process()428 off = ((ops->nb_matches < REE_NUM_MATCHES_ALIGN) ? in ree_dequeue_post_process()429 ops->nb_matches : REE_NUM_MATCHES_ALIGN); in ree_dequeue_post_process()431 match += (ops->nb_matches - off) * in ree_dequeue_post_process()
1358 uint16_t nb_matches; member
445 op->nb_matches = MLX5_GET_VOLATILE(regexp_metadata, job->metadata + in extract_result()452 for (j = 0; j < op->nb_matches; j++) { in extract_result()