Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/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()