Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kernel/cpu/mtrr/
Dgeneric.c165 u8 prev_match, curr_match; in mtrr_type_lookup_variable() local
173 prev_match = MTRR_TYPE_INVALID; in mtrr_type_lookup_variable()
230 if (prev_match == MTRR_TYPE_INVALID) { in mtrr_type_lookup_variable()
231 prev_match = curr_match; in mtrr_type_lookup_variable()
236 if (check_type_overlap(&prev_match, &curr_match)) in mtrr_type_lookup_variable()
240 if (prev_match != MTRR_TYPE_INVALID) in mtrr_type_lookup_variable()
241 return prev_match; in mtrr_type_lookup_variable()
/Linux-v5.4/lib/zlib_deflate/
Ddefutil.h130 IPos prev_match; /* previous match */ member
Ddeflate.c1038 s->prev_length = s->match_length, s->prev_match = s->match_start; in deflate_slow()
1069 check_match(s, s->strstart-1, s->prev_match, s->prev_length); in deflate_slow()
1071 bflush = zlib_tr_tally(s, s->strstart -1 - s->prev_match, in deflate_slow()
/Linux-v5.4/drivers/mmc/host/
Dsdhci-omap.c289 u8 cur_match, prev_match = 0; in sdhci_omap_execute_tuning() local
342 if (prev_match) { in sdhci_omap_execute_tuning()
352 single_point_failure = prev_match; in sdhci_omap_execute_tuning()
360 prev_match = cur_match; in sdhci_omap_execute_tuning()