Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/cpu/mtrr/
Dgeneric.c164 u8 prev_match, curr_match; in mtrr_type_lookup_variable() local
172 prev_match = MTRR_TYPE_INVALID; in mtrr_type_lookup_variable()
229 if (prev_match == MTRR_TYPE_INVALID) { in mtrr_type_lookup_variable()
230 prev_match = curr_match; in mtrr_type_lookup_variable()
235 if (check_type_overlap(&prev_match, &curr_match)) in mtrr_type_lookup_variable()
239 if (prev_match != MTRR_TYPE_INVALID) in mtrr_type_lookup_variable()
240 return prev_match; in mtrr_type_lookup_variable()
/Linux-v4.19/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-v4.19/drivers/mmc/host/
Dsdhci-omap.c291 u8 cur_match, prev_match = 0; in sdhci_omap_execute_tuning() local
329 if (prev_match) { in sdhci_omap_execute_tuning()
342 prev_match = cur_match; in sdhci_omap_execute_tuning()