Home
last modified time | relevance | path

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

/linux-5.19.10/net/sched/
Dematch.c502 struct tcf_ematch *cur_match; in __tcf_em_tree_match() local
507 cur_match = tcf_em_get_match(tree, match_idx); in __tcf_em_tree_match()
509 if (tcf_em_is_container(cur_match)) { in __tcf_em_tree_match()
514 match_idx = cur_match->data; in __tcf_em_tree_match()
518 res = tcf_em_match(skb, cur_match, info); in __tcf_em_tree_match()
520 if (tcf_em_early_end(cur_match, res)) in __tcf_em_tree_match()
529 cur_match = tcf_em_get_match(tree, match_idx); in __tcf_em_tree_match()
531 if (tcf_em_is_inverted(cur_match)) in __tcf_em_tree_match()
534 if (tcf_em_early_end(cur_match, res)) { in __tcf_em_tree_match()
/linux-5.19.10/lib/zlib_deflate/
Ddeflate.c79 static uInt longest_match (deflate_state *s, IPos cur_match);
560 IPos cur_match /* current match */ in longest_match() argument
607 Assert(cur_match < s->strstart, "no future"); in longest_match()
608 match = s->window + cur_match; in longest_match()
680 s->match_start = cur_match; in longest_match()
690 } while ((cur_match = prev[cur_match & wmask]) > limit in longest_match()
/linux-5.19.10/drivers/mmc/host/
Dsdhci-omap.c328 u8 cur_match, prev_match = 0; in sdhci_omap_execute_tuning() local
379 cur_match = !mmc_send_tuning(mmc, opcode, NULL); in sdhci_omap_execute_tuning()
380 if (cur_match) { in sdhci_omap_execute_tuning()
399 prev_match = cur_match; in sdhci_omap_execute_tuning()