Searched refs:cstart (Results 1 – 1 of 1) sorted by relevance
32 u64 nstart = (u64)start, nend = (u64)end, cstart, cend; in kmsan_record_future_shadow_range() local50 cstart = start_end_pairs[i].start; in kmsan_record_future_shadow_range()52 if ((cstart < nstart && cend < nstart) || in kmsan_record_future_shadow_range()53 (cstart > nend && cend > nend)) in kmsan_record_future_shadow_range()56 start_end_pairs[i].start = min(nstart, cstart); in kmsan_record_future_shadow_range()
Completed in 8 milliseconds