Searched refs:existing_entry (Results 1 – 1 of 1) sorted by relevance
280 struct watchpoint_entry* existing_entry = &node->entry; in check_for_conflicts() local282 if (ranges_overlap(current_addr, current_size, existing_entry->address, existing_entry->size)) { in check_for_conflicts()285 report_race(current_addr, current_size, current_type, existing_entry); in check_for_conflicts()287 } else if (existing_entry->access_type == ACCESS_TYPE_STORE) { in check_for_conflicts()289 report_race(current_addr, current_size, current_type, existing_entry); in check_for_conflicts()