/Linux-v6.6/mm/kmsan/ |
D | init.c | 32 u64 nstart = (u64)start, nend = (u64)end, cstart, cend; in kmsan_record_future_shadow_range() local 49 cend = start_end_pairs[i].end; in kmsan_record_future_shadow_range() 50 if ((cstart < nstart && cend < nstart) || in kmsan_record_future_shadow_range() 51 (cstart > nend && cend > nend)) in kmsan_record_future_shadow_range() 55 start_end_pairs[i].end = max(nend, cend); in kmsan_record_future_shadow_range()
|
/Linux-v6.6/drivers/staging/wlan-ng/ |
D | prism2fw.c | 389 u32 cend; in crcimage() local 400 cend = fchunk[c].addr + fchunk[c].len; in crcimage() 409 if (crcstart - 2 >= cstart && crcstart < cend) in crcimage() 501 u32 cend; in mkimage() local 551 cend = cstart + clist[j].len - 1; in mkimage() 552 if (s3start >= cstart && s3end <= cend) in mkimage() 663 u32 cend; in plugimage() local 708 cend = fchunk[c].addr + fchunk[c].len; in plugimage() 709 if (pstart >= cstart && pend <= cend) in plugimage()
|
/Linux-v6.6/fs/ocfs2/ |
D | reservations.c | 785 unsigned int cend = cstart + clen - 1; in ocfs2_resmap_claimed_bits() local 797 trace_ocfs2_resmap_claimed_bits_begin(cstart, cend, clen, resv->r_start, in ocfs2_resmap_claimed_bits() 804 BUG_ON(cend > ocfs2_resv_end(resv)); in ocfs2_resmap_claimed_bits() 806 ocfs2_adjust_resv_from_alloc(resmap, resv, cstart, cend); in ocfs2_resmap_claimed_bits()
|
D | extent_map.c | 868 u32 cpos, cend, clen, hole_size; in ocfs2_seek_data_hole_offset() local 896 cend = ocfs2_clusters_for_bytes(inode->i_sb, i_size_read(inode)); in ocfs2_seek_data_hole_offset() 898 while (cpos < cend && !is_last) { in ocfs2_seek_data_hole_offset()
|
D | ocfs2_trace.h | 1916 TP_PROTO(unsigned int cstart, unsigned int cend, unsigned int clen, 1919 TP_ARGS(cstart, cend, clen, r_start, r_end, 1923 __field(unsigned int, cend) 1933 __entry->cend = cend; 1942 __entry->cstart, __entry->cend, __entry->clen,
|
D | aops.c | 842 u32 cend; in ocfs2_alloc_write_ctxt() local 851 cend = (pos + len - 1) >> osb->s_clustersize_bits; in ocfs2_alloc_write_ctxt() 852 wc->w_clen = cend - wc->w_cpos + 1; in ocfs2_alloc_write_ctxt()
|
D | dir.c | 849 unsigned int cend, clen; in ocfs2_dx_dir_lookup() local 861 cend = cpos + clen; in ocfs2_dx_dir_lookup() 862 if (name_hash >= cend) { in ocfs2_dx_dir_lookup()
|
/Linux-v6.6/drivers/hwtracing/stm/ |
D | stm.h | 58 unsigned int *cstart, unsigned int *cend);
|
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() 285 unsigned int midx, cidx, mend, cend; in stm_output_assign() local 299 stp_policy_node_get_ranges(policy_node, &midx, &mend, &cidx, &cend); in stm_output_assign() 307 ret = stm_find_master_chan(stm, width, &midx, mend, &cidx, cend); in stm_output_assign()
|
D | policy.c | 52 unsigned int *cstart, unsigned int *cend) in stp_policy_node_get_ranges() argument 57 *cend = policy_node->last_channel; in stp_policy_node_get_ranges()
|
/Linux-v6.6/fs/ntfs3/ |
D | file.c | 597 CLST cend = bytes_to_cluster(sbi, end); in ntfs_fallocate() local 602 if (cend_v > cend) in ntfs_fallocate() 603 cend_v = cend; in ntfs_fallocate() 619 for (; vcn < cend; vcn += clen) { in ntfs_fallocate() 620 err = attr_data_get_block(ni, vcn, cend - vcn, in ntfs_fallocate()
|
D | frecord.c | 2182 CLST vcn, cend, lcn, clen, end; in ni_decompress_file() local 2191 cend = bytes_to_cluster(sbi, i_size); in ni_decompress_file() 2197 if (cend > wnd_zeroes(&sbi->used.bitmap)) { in ni_decompress_file() 2230 err = attr_data_get_block(ni, vcn, cend - vcn, &lcn, in ni_decompress_file()
|
/Linux-v6.6/fs/ntfs/ |
D | file.c | 566 VCN vcn, highest_vcn = 0, cpos, cend, bh_cpos, bh_cend; in ntfs_prepare_pages_for_non_resident_write() local 627 cend = (end + vol->cluster_size - 1) >> vol->cluster_size_bits; in ntfs_prepare_pages_for_non_resident_write() 850 if (likely(vcn + vcn_len >= cend)) { in ntfs_prepare_pages_for_non_resident_write() 926 if ((bh_cend <= cpos || bh_cpos >= cend)) { in ntfs_prepare_pages_for_non_resident_write() 1161 if (likely(vcn + vcn_len >= cend)) { in ntfs_prepare_pages_for_non_resident_write()
|
/Linux-v6.6/arch/arm/boot/compressed/ |
D | head.S | 94 .macro dbgkc, begin, end, cbegin, cend 113 kphex \cend, 8 /* End of kernel copy */
|