Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/mtrr/
A Dgeneric.c164 u8 prev_match, curr_match; in mtrr_type_lookup_variable() local
169 prev_match = MTRR_TYPE_INVALID; in mtrr_type_lookup_variable()
226 if (prev_match == MTRR_TYPE_INVALID) { in mtrr_type_lookup_variable()
227 prev_match = curr_match; in mtrr_type_lookup_variable()
232 if (check_type_overlap(&prev_match, &curr_match)) in mtrr_type_lookup_variable()
236 if (prev_match != MTRR_TYPE_INVALID) in mtrr_type_lookup_variable()
237 return prev_match; in mtrr_type_lookup_variable()
/linux/drivers/mmc/host/
A Dsdhci-omap.c328 u8 cur_match, prev_match = 0; in sdhci_omap_execute_tuning() local
381 if (prev_match) { in sdhci_omap_execute_tuning()
391 single_point_failure = prev_match; in sdhci_omap_execute_tuning()
399 prev_match = cur_match; in sdhci_omap_execute_tuning()
/linux/lib/zlib_deflate/
A Ddeflate.c1042 s->prev_length = s->match_length, s->prev_match = s->match_start; in deflate_slow()
1073 check_match(s, s->strstart-1, s->prev_match, s->prev_length); in deflate_slow()
1075 bflush = zlib_tr_tally(s, s->strstart -1 - s->prev_match, in deflate_slow()
A Ddefutil.h132 IPos prev_match; /* previous match */ member

Completed in 15 milliseconds