Searched refs:entry_match (Results 1 – 1 of 1) sorted by relevance
56 struct memtype *entry_match; in memtype_check_conflict() local60 if (entry_match == 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()74 entry_match = interval_iter_next(entry_match, start, end-1); in memtype_check_conflict()132 struct memtype *entry_match; in memtype_copy_nth_element() local137 while (entry_match && pos != i) { in memtype_copy_nth_element()138 entry_match = interval_iter_next(entry_match, 0, ULONG_MAX); in memtype_copy_nth_element()[all …]
Completed in 5 milliseconds