Searched refs:cstart (Results 1 – 4 of 4) 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()
52 unsigned int *cstart, unsigned int *cend) in stp_policy_node_get_ranges() argument56 *cstart = policy_node->first_channel; in stp_policy_node_get_ranges()
1575 cstart=${start}1599 start=${cstart}1614 start=${cstart}1630 start=${cstart}1643 start=${cstart}
5574 __field(xfs_fsblock_t, cstart)5591 __entry->cstart = curr->br_startblock;5605 __entry->coff, __entry->cstart, __entry->ccount,