Home
last modified time | relevance | path

Searched refs:cstart (Results 1 – 7 of 7) sorted by relevance

/linux/mm/kmsan/
H A Dinit.c32 u64 nstart = (u64)start, nend = (u64)end, cstart, cend; in kmsan_record_future_shadow_range() local
51 cstart = start_end_pairs[i].start; in kmsan_record_future_shadow_range()
53 if ((cstart < nstart && cend < nstart) || in kmsan_record_future_shadow_range()
54 (cstart > nend && cend > nend)) in kmsan_record_future_shadow_range()
57 start_end_pairs[i].start = min(nstart, cstart); in kmsan_record_future_shadow_range()
/linux/fs/ocfs2/
H A Dreservations.h108 * @cstart: start of proposed allocation
116 * On success, zero is returned and the valid allocation area is set in cstart
123 int *cstart, int *clen);
129 * @cstart: start of allocation in clusters
137 * calculated. It also expects that 'cstart' is the same as we passed back
142 u32 cstart, u32 clen);
H A Docfs2_trace.h1914 TP_PROTO(unsigned int cstart, unsigned int cend, unsigned int clen,
1917 TP_ARGS(cstart, cend, clen, r_start, r_end,
1920 __field(unsigned int, cstart)
1930 __entry->cstart = cstart;
1940 __entry->cstart, __entry->cend, __entry->clen,
/linux/tools/testing/selftests/net/netfilter/
H A Dnft_concat_range.sh1294 cstart=${start}
1318 start=${cstart}
1333 start=${cstart}
1349 start=${cstart}
1362 start=${cstart}
/linux/drivers/hwtracing/stm/
H A Dpolicy.c52 unsigned int *cstart, unsigned int *cend) in stp_policy_node_get_ranges() argument
56 *cstart = policy_node->first_channel; in stp_policy_node_get_ranges()
H A Dcore.c250 unsigned int *cstart, unsigned int cend) in stm_find_master_chan() argument
268 pos = find_free_channels(master->chan_map, *cstart, cend, in stm_find_master_chan()
274 *cstart = pos; in stm_find_master_chan()
/linux/fs/xfs/
H A Dxfs_trace.h5348 __field(xfs_fsblock_t, cstart)
5365 __entry->cstart = curr->br_startblock;
5379 __entry->coff, __entry->cstart, __entry->ccount,