Home
last modified time | relevance | path

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

/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)
1518 src_end - src_addr < HPAGE_PMD_SIZE; in move_splits_huge_pmd()
1523 unsigned long src_end) in move_splits_huge_pmd()
1771 unsigned long src_addr, dst_addr, src_end; in move_pages()
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()
1519 move_splits_huge_pmd(unsigned long dst_addr,unsigned long src_addr,unsigned long src_end) move_splits_huge_pmd() argument
1527 move_splits_huge_pmd(unsigned long dst_addr,unsigned long src_addr,unsigned long src_end) move_splits_huge_pmd() argument
1775 unsigned long src_addr, dst_addr, src_end; move_pages() local
[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/fs/smb/client/
H A Dcifsfs.c1260 unsigned int xid, loff_t src_end) in cifs_precopy_set_eof() argument
1280 netfs_resize_file(&src_cifsi->netfs, src_end, true); in cifs_precopy_set_eof()
1281 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()