Searched refs:cur_match (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/net/sched/ |
D | ematch.c | 503 struct tcf_ematch *cur_match; in __tcf_em_tree_match() local 508 cur_match = tcf_em_get_match(tree, match_idx); in __tcf_em_tree_match() 510 if (tcf_em_is_container(cur_match)) { in __tcf_em_tree_match() 515 match_idx = cur_match->data; in __tcf_em_tree_match() 519 res = tcf_em_match(skb, cur_match, info); in __tcf_em_tree_match() 521 if (tcf_em_early_end(cur_match, res)) in __tcf_em_tree_match() 530 cur_match = tcf_em_get_match(tree, match_idx); in __tcf_em_tree_match() 532 if (tcf_em_is_inverted(cur_match)) in __tcf_em_tree_match() 535 if (tcf_em_early_end(cur_match, res)) { in __tcf_em_tree_match()
|
/Linux-v4.19/lib/zlib_deflate/ |
D | deflate.c | 77 static uInt longest_match (deflate_state *s, IPos cur_match); 556 IPos cur_match /* current match */ in longest_match() argument 603 Assert(cur_match < s->strstart, "no future"); in longest_match() 604 match = s->window + cur_match; in longest_match() 676 s->match_start = cur_match; in longest_match() 686 } while ((cur_match = prev[cur_match & wmask]) > limit in longest_match()
|
/Linux-v4.19/drivers/mmc/host/ |
D | sdhci-omap.c | 291 u8 cur_match, prev_match = 0; in sdhci_omap_execute_tuning() local 327 cur_match = !mmc_send_tuning(mmc, opcode, NULL); in sdhci_omap_execute_tuning() 328 if (cur_match) { in sdhci_omap_execute_tuning() 342 prev_match = cur_match; in sdhci_omap_execute_tuning()
|