/kernel/linux/linux-6.6/mm/kmsan/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/staging/wlan-ng/ |
H A D | prism2fw.c | 410 u32 cend; in crcimage() local 421 cend = fchunk[c].addr + fchunk[c].len; in crcimage() 426 /* if (crcstart-2 >= cstart && crcend <= cend) break; */ in crcimage() 430 if (crcstart - 2 >= cstart && crcstart < cend) in crcimage() 522 u32 cend; in mkimage() local 572 cend = cstart + clist[j].len - 1; in mkimage() 573 if (s3start >= cstart && s3end <= cend) in mkimage() 684 u32 cend; in plugimage() local 730 cend = fchunk[c].addr + fchunk[c].len; in plugimage() 731 if (pstart >= cstart && pend <= cend) in plugimage() [all...] |
/kernel/linux/linux-6.6/drivers/staging/wlan-ng/ |
H A D | prism2fw.c | 389 u32 cend; in crcimage() local 400 cend = fchunk[c].addr + fchunk[c].len; in crcimage() 405 /* if (crcstart-2 >= cstart && crcend <= cend) break; */ 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() [all...] |
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | reservations.c | 789 unsigned int cend = cstart + clen - 1; in ocfs2_resmap_claimed_bits() local 801 trace_ocfs2_resmap_claimed_bits_begin(cstart, cend, clen, resv->r_start, in ocfs2_resmap_claimed_bits() 808 BUG_ON(cend > ocfs2_resv_end(resv)); in ocfs2_resmap_claimed_bits() 810 ocfs2_adjust_resv_from_alloc(resmap, resv, cstart, cend); in ocfs2_resmap_claimed_bits()
|
H A D | extent_map.c | 870 u32 cpos, cend, clen, hole_size; in ocfs2_seek_data_hole_offset() local 898 cend = ocfs2_clusters_for_bytes(inode->i_sb, i_size_read(inode)); in ocfs2_seek_data_hole_offset() 900 while (cpos < cend && !is_last) { in ocfs2_seek_data_hole_offset()
|
H A D | ocfs2_trace.h | 1915 TP_PROTO(unsigned int cstart, unsigned int cend, unsigned int clen, 1918 TP_ARGS(cstart, cend, clen, r_start, r_end, 1922 __field(unsigned int, cend) 1932 __entry->cend = cend; 1941 __entry->cstart, __entry->cend, __entry->clen,
|
H A D | aops.c | 846 u32 cend; in ocfs2_alloc_write_ctxt() local 855 cend = (pos + len - 1) >> osb->s_clustersize_bits; in ocfs2_alloc_write_ctxt() 856 wc->w_clen = cend - wc->w_cpos + 1; in ocfs2_alloc_write_ctxt()
|
H A D | dir.c | 857 unsigned int cend, clen; in ocfs2_dx_dir_lookup() local 869 cend = cpos + clen; in ocfs2_dx_dir_lookup() 870 if (name_hash >= cend) { in ocfs2_dx_dir_lookup()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A 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()
|
H A 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()
|
H A 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,
|
H A 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()
|
H A 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()
|
/kernel/linux/linux-5.10/drivers/hwtracing/stm/ |
H A D | stm.h | 58 unsigned int *cstart, unsigned int *cend);
|
H A D | core.c | 250 unsigned int *cstart, unsigned int cend) in stm_find_master_chan() 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() 248 stm_find_master_chan(struct stm_device *stm, unsigned int width, unsigned int *mstart, unsigned int mend, unsigned int *cstart, unsigned int cend) stm_find_master_chan() argument
|
H A D | policy.c | 52 unsigned int *cstart, unsigned int *cend) in stp_policy_node_get_ranges() 57 *cend = policy_node->last_channel; in stp_policy_node_get_ranges() 50 stp_policy_node_get_ranges(struct stp_policy_node *policy_node, unsigned int *mstart, unsigned int *mend, unsigned int *cstart, unsigned int *cend) stp_policy_node_get_ranges() argument
|
/kernel/linux/linux-6.6/drivers/hwtracing/stm/ |
H A D | stm.h | 58 unsigned int *cstart, unsigned int *cend);
|
H A D | core.c | 250 unsigned int *cstart, unsigned int cend) in stm_find_master_chan() 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() 248 stm_find_master_chan(struct stm_device *stm, unsigned int width, unsigned int *mstart, unsigned int mend, unsigned int *cstart, unsigned int cend) stm_find_master_chan() argument
|
H A D | policy.c | 52 unsigned int *cstart, unsigned int *cend) in stp_policy_node_get_ranges() 57 *cend = policy_node->last_channel; in stp_policy_node_get_ranges() 50 stp_policy_node_get_ranges(struct stp_policy_node *policy_node, unsigned int *mstart, unsigned int *mend, unsigned int *cstart, unsigned int *cend) stp_policy_node_get_ranges() argument
|
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | file.c | 608 CLST cend = bytes_to_cluster(sbi, end); in ntfs_fallocate() local 613 if (cend_v > cend) in ntfs_fallocate() 614 cend_v = cend; in ntfs_fallocate() 630 for (; vcn < cend; vcn += clen) { in ntfs_fallocate() 631 err = attr_data_get_block(ni, vcn, cend - vcn, in ntfs_fallocate()
|
H A 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()
|
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | file.c | 573 VCN vcn, highest_vcn = 0, cpos, cend, bh_cpos, bh_cend; in ntfs_prepare_pages_for_non_resident_write() local 634 cend = (end + vol->cluster_size - 1) >> vol->cluster_size_bits; in ntfs_prepare_pages_for_non_resident_write() 857 if (likely(vcn + vcn_len >= cend)) { in ntfs_prepare_pages_for_non_resident_write() 933 if ((bh_cend <= cpos || bh_cpos >= cend)) { in ntfs_prepare_pages_for_non_resident_write() 1168 if (likely(vcn + vcn_len >= cend)) { in ntfs_prepare_pages_for_non_resident_write()
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A 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()
|
/kernel/linux/linux-5.10/arch/arm/boot/compressed/ |
H A D | head.S | 92 .macro dbgkc, begin, end, cbegin, cend 111 kphex \cend, 8 /* End of kernel copy */
|
/kernel/linux/linux-6.6/arch/arm/boot/compressed/ |
H A D | head.S | 94 .macro dbgkc, begin, end, cbegin, cend 113 kphex \cend, 8 /* End of kernel copy */
|