Home
last modified time | relevance | path

Searched refs:src_end (Results 1 – 9 of 9) sorted by relevance

/linux-6.12.1/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
Dvmem.c55 unsigned int src_end) in move_subword() argument
59 unsigned int subword_width = src_end - src_start; in move_subword()
61 hive_uedge src_subword = subword(src, src_start, src_end); in move_subword()
/linux-6.12.1/fs/bcachefs/
Dreflink.c437 struct bpos dst_end = dst_start, src_end = src_start; in bch2_remap_range() local
450 src_end.offset += remap_sectors; in bch2_remap_range()
502 src_k = get_next_src(&src_iter, src_end); in bch2_remap_range()
/linux-6.12.1/arch/xtensa/lib/
Dmemcopy.S79 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.12.1/sound/usb/6fire/
Dpcm.c249 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.12.1/drivers/media/pci/tw5864/
Dtw5864-video.c1378 u8 *src_end; in tw5864_handle_frame() local
1420 src_end = src + frame_len; in tw5864_handle_frame()
1422 for (; src < src_end; src++) { in tw5864_handle_frame()
/linux-6.12.1/mm/
Duserfaultfd.c1340 unsigned long src_end) in move_splits_huge_pmd() argument
1343 src_end - src_addr < HPAGE_PMD_SIZE; in move_splits_huge_pmd()
1348 unsigned long src_end) in move_splits_huge_pmd() argument
/linux-6.12.1/fs/smb/client/
Dcifsfs.c1169 unsigned int xid, loff_t src_end) in cifs_precopy_set_eof() argument
1189 netfs_resize_file(&src_cifsi->netfs, src_end, true); in cifs_precopy_set_eof()
1190 fscache_resize_cookie(cifs_inode_cookie(src_inode), src_end); in cifs_precopy_set_eof()
/linux-6.12.1/fs/btrfs/
Dextent_io.c4009 unsigned long src_end = src_offset + len - 1; in memmove_extent_buffer() local
4033 src_i = get_eb_folio_index(dst, src_end); in memmove_extent_buffer()
4036 src_off_in_folio = get_eb_offset_in_folio(dst, src_end); in memmove_extent_buffer()
4043 use_memmove = areas_overlap(src_end - cur + 1, dst_end - cur + 1, in memmove_extent_buffer()
4050 src_end -= cur; in memmove_extent_buffer()
Dsend.c6051 const u64 src_end = clone_root->offset + clone_len; in clone_range() local
6072 if (src_end == clone_src_i_size && in clone_range()
6073 !IS_ALIGNED(src_end, sectorsize) && in clone_range()
6077 slen = ALIGN_DOWN(src_end - clone_root->offset, in clone_range()