Searched refs:cstart (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/ocfs2/ |
| H A D | reservations.c | 463 unsigned int cstart, clen; in __ocfs2_resv_find_window() local 486 &cstart, &clen); in __ocfs2_resv_find_window() 497 resv->r_start = cstart; in __ocfs2_resv_find_window() 539 &cstart, &clen); in __ocfs2_resv_find_window() 542 best_start = cstart; in __ocfs2_resv_find_window() 588 gap_len, &cstart, &clen); in __ocfs2_resv_find_window() 591 best_start = cstart; in __ocfs2_resv_find_window() 595 best_start = cstart; in __ocfs2_resv_find_window() 714 int *cstart, int *clen) in ocfs2_resmap_resv_bits() argument 745 *cstart = resv->r_start; in ocfs2_resmap_resv_bits() [all …]
|
| H A D | reservations.h | 123 int *cstart, int *clen); 142 u32 cstart, u32 clen);
|
| H A D | ocfs2_trace.h | 1912 TP_PROTO(unsigned int cstart, unsigned int cend, unsigned int clen, 1915 TP_ARGS(cstart, cend, clen, r_start, r_end, 1918 __field(unsigned int, cstart) 1928 __entry->cstart = cstart; 1938 __entry->cstart, __entry->cend, __entry->clen,
|
| /linux/mm/kmsan/ |
| H A D | init.c | 32 u64 nstart = (u64)start, nend = (u64)end, cstart, cend; in kmsan_record_future_shadow_range() local 50 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()
|
| /linux/drivers/hwtracing/stm/ |
| H A D | stm.h | 58 unsigned int *cstart, unsigned int *cend);
|
| H A D | policy.c | 52 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 D | core.c | 250 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/tools/testing/selftests/net/netfilter/ |
| H A D | nft_concat_range.sh | 1575 cstart=${start} 1599 start=${cstart} 1614 start=${cstart} 1630 start=${cstart} 1643 start=${cstart}
|
| /linux/fs/xfs/ |
| H A D | xfs_trace.h | 5575 __field(xfs_fsblock_t, cstart) 5592 __entry->cstart = curr->br_startblock; 5606 __entry->coff, __entry->cstart, __entry->ccount,
|