Searched refs:src_end (Results 1 – 9 of 9) sorted by relevance
/linux-6.14.4/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/ |
D | vmem.c | 46 unsigned int src_end) in move_subword() argument 50 unsigned int subword_width = src_end - src_start; in move_subword() 52 hive_uedge src_subword = subword(src, src_start, src_end); in move_subword()
|
/linux-6.14.4/arch/xtensa/lib/ |
D | memcopy.S | 79 bne a3, a7, .Lnextbyte # continue loop if $a3:src != $a7:src_end 149 bne a3, a8, .Loop1 # continue loop if a3:src != a8:src_end 229 bne a3, a10, .Loop2 # continue loop if a3:src != a10:src_end
|
/linux-6.14.4/fs/bcachefs/ |
D | reflink.c | 594 struct bpos dst_end = dst_start, src_end = src_start; in bch2_remap_range() local 609 src_end.offset += remap_sectors; in bch2_remap_range() 661 src_k = get_next_src(&src_iter, src_end); in bch2_remap_range()
|
/linux-6.14.4/sound/usb/6fire/ |
D | pcm.c | 249 u32 *src_end = (u32 *) (alsa_rt->dma_area + alsa_rt->buffer_size in usb6fire_pcm_playback() local 278 if (src == src_end) { in usb6fire_pcm_playback()
|
/linux-6.14.4/drivers/media/pci/tw5864/ |
D | tw5864-video.c | 1376 u8 *src_end; in tw5864_handle_frame() local 1418 src_end = src + frame_len; in tw5864_handle_frame() 1420 for (; src < src_end; src++) { in tw5864_handle_frame()
|
/linux-6.14.4/mm/ |
D | userfaultfd.c | 1437 unsigned long src_end) in move_splits_huge_pmd() argument 1440 src_end - src_addr < HPAGE_PMD_SIZE; in move_splits_huge_pmd() 1445 unsigned long src_end) in move_splits_huge_pmd() argument
|
/linux-6.14.4/fs/smb/client/ |
D | cifsfs.c | 1201 unsigned int xid, loff_t src_end) in cifs_precopy_set_eof() argument 1221 netfs_resize_file(&src_cifsi->netfs, src_end, true); in cifs_precopy_set_eof() 1222 fscache_resize_cookie(cifs_inode_cookie(src_inode), src_end); in cifs_precopy_set_eof()
|
/linux-6.14.4/fs/btrfs/ |
D | extent_io.c | 4127 unsigned long src_end = src_offset + len - 1; in memmove_extent_buffer() local 4151 src_i = get_eb_folio_index(dst, src_end); in memmove_extent_buffer() 4154 src_off_in_folio = get_eb_offset_in_folio(dst, src_end); in memmove_extent_buffer() 4161 use_memmove = areas_overlap(src_end - cur + 1, dst_end - cur + 1, in memmove_extent_buffer() 4168 src_end -= cur; in memmove_extent_buffer()
|
D | send.c | 6047 const u64 src_end = clone_root->offset + clone_len; in clone_range() local 6068 if (src_end == clone_src_i_size && in clone_range() 6069 !IS_ALIGNED(src_end, sectorsize) && in clone_range() 6073 slen = ALIGN_DOWN(src_end - clone_root->offset, in clone_range()
|