Home
last modified time | relevance | path

Searched refs:entry_match (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/mm/pat/
H A Dmemtype_interval.c56 struct memtype *entry_match; in memtype_check_conflict() local
59 entry_match = interval_iter_first(&memtype_rbroot, start, end-1); in memtype_check_conflict()
60 if (entry_match == NULL) in memtype_check_conflict()
63 if (entry_match->type != found_type && newtype == NULL) in memtype_check_conflict()
66 dprintk("Overlap at 0x%Lx-0x%Lx\n", entry_match->start, entry_match->end); in memtype_check_conflict()
67 found_type = entry_match->type; in memtype_check_conflict()
69 entry_match = interval_iter_next(entry_match, start, end-1); in memtype_check_conflict()
70 while (entry_match) { in memtype_check_conflict()
71 if (entry_match->type != found_type) in memtype_check_conflict()
74 entry_match = interval_iter_next(entry_match, start, end-1); in memtype_check_conflict()
[all …]
/linux/drivers/firewire/
H A Dcore-device.c560 struct entry_match { struct
565 static const struct entry_match motu_audio_express_matches[] = { argument
574 static const struct entry_match tascam_fw_series_matches[] = {
586 const struct entry_match *matches; in detect_quirks_by_root_directory()