Home
last modified time | relevance | path

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

/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Dvmem.c46 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/mm/
H A Duserfaultfd.c1085 unsigned long src_end; in move_present_ptes() local
1088 src_end = pmd_addr_end(src_addr, src_addr + len); in move_present_ptes()
1089 flush_cache_range(src_vma, src_addr, src_end); in move_present_ptes()
1130 if (src_addr == src_end) in move_present_ptes()
1515 unsigned long src_end) in move_splits_huge_pmd() argument
1518 src_end - src_addr < HPAGE_PMD_SIZE; in move_splits_huge_pmd()
1523 unsigned long src_end) in move_splits_huge_pmd() argument
1771 unsigned long src_addr, dst_addr, src_end; in move_pages() local
1814 for (src_addr = src_start, dst_addr = dst_start, src_end = src_start + len; in move_pages()
1815 src_addr < src_end;) { in move_pages()
[all …]
/linux/arch/xtensa/lib/
H A 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/sound/usb/6fire/
H A 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/drivers/media/pci/tw5864/
H A Dtw5864-video.c1376 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/fs/smb/client/
H A Dcifsfs.c1267 unsigned int xid, loff_t src_end) in cifs_precopy_set_eof() argument
1287 netfs_resize_file(&src_cifsi->netfs, src_end, true); in cifs_precopy_set_eof()
1288 fscache_resize_cookie(cifs_inode_cookie(src_inode), src_end); in cifs_precopy_set_eof()
/linux/fs/btrfs/
H A Dextent_io.c4433 unsigned long src_end = src_offset + len - 1; in memmove_extent_buffer() local
4457 src_i = get_eb_folio_index(dst, src_end); in memmove_extent_buffer()
4460 src_off_in_folio = get_eb_offset_in_folio(dst, src_end); in memmove_extent_buffer()
4467 use_memmove = areas_overlap(src_end - cur + 1, dst_end - cur + 1, in memmove_extent_buffer()
4474 src_end -= cur; in memmove_extent_buffer()
H A Dsend.c5955 const u64 src_end = clone_root->offset + clone_len; in clone_range() local
5976 if (src_end == clone_src_i_size && in clone_range()
5977 !IS_ALIGNED(src_end, sectorsize) && in clone_range()
5981 slen = ALIGN_DOWN(src_end - clone_root->offset, in clone_range()