| /kernel/linux/linux-6.6/tools/testing/selftests/powerpc/copyloops/ |
| H A D | memmove_validate.c | 22 size_t i, src_off, dst_off, len; in testcase_run() local
|
| H A D | validate.c | 17 static void do_one(char *src, char *dst, unsigned long src_off, in do_one() argument 66 unsigned long len, src_off, dst_off; in test_copy_loop() local
|
| /kernel/linux/linux-5.10/tools/testing/selftests/powerpc/copyloops/ |
| H A D | validate.c | 17 static void do_one(char *src, char *dst, unsigned long src_off, in do_one() argument 66 unsigned long len, src_off, dst_off; in test_copy_loop() local
|
| /kernel/linux/linux-5.10/crypto/async_tx/ |
| H A D | async_xor.c | 106 int src_off = 0; in do_sync_xor_offs() local
|
| H A D | async_pq.c | 49 int src_off = 0; in do_async_gen_syndrome() local
|
| /kernel/linux/linux-6.6/crypto/async_tx/ |
| H A D | async_xor.c | 106 int src_off = 0; in do_sync_xor_offs() local
|
| H A D | async_pq.c | 49 int src_off = 0; in do_async_gen_syndrome() local
|
| /kernel/linux/linux-5.10/fs/pstore/ |
| H A D | ftrace.c | 140 size_t dest_size, src_size, total, dest_off, src_off; in pstore_ftrace_combine_log() local
|
| /kernel/linux/linux-5.10/fs/nfs/ |
| H A D | nfs4file.c | 244 static loff_t nfs42_remap_file_range(struct file *src_file, loff_t src_off, in nfs42_remap_file_range() argument
|
| /kernel/linux/linux-6.6/fs/pstore/ |
| H A D | ftrace.c | 160 size_t dest_size, src_size, total, dest_off, src_off; in pstore_ftrace_combine_log() local
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | highmem.h | 388 memcpy_page(struct page *dst_page, size_t dst_off, struct page *src_page, size_t src_off, size_t len) memcpy_page() argument
|
| /kernel/linux/linux-5.10/net/smc/ |
| H A D | smc_tx.c | 307 smcr_tx_rdma_writes(struct smc_connection *conn, size_t len, size_t src_off, size_t src_len, size_t dst_off, size_t dst_len, struct smc_rdma_wr *wr_rdma_buf) smcr_tx_rdma_writes() argument 360 smcd_tx_rdma_writes(struct smc_connection *conn, size_t len, size_t src_off, size_t src_len, size_t dst_off, size_t dst_len) smcd_tx_rdma_writes() argument [all...] |
| /kernel/linux/linux-6.6/fs/nfs/ |
| H A D | nfs4file.c | 239 static loff_t nfs42_remap_file_range(struct file *src_file, loff_t src_off, in nfs42_remap_file_range() argument
|
| /kernel/linux/linux-6.6/net/smc/ |
| H A D | smc_tx.c | 356 smcr_tx_rdma_writes(struct smc_connection *conn, size_t len, size_t src_off, size_t src_len, size_t dst_off, size_t dst_len, struct smc_rdma_wr *wr_rdma_buf) smcr_tx_rdma_writes() argument 421 smcd_tx_rdma_writes(struct smc_connection *conn, size_t len, size_t src_off, size_t src_len, size_t dst_off, size_t dst_len) smcd_tx_rdma_writes() argument [all...] |
| /kernel/linux/linux-5.10/arch/x86/xen/ |
| H A D | setup.c | 677 phys_addr_t dest_off, src_off, dest_len, src_len, len; in xen_phys_memcpy() local
|
| /kernel/linux/linux-6.6/arch/x86/xen/ |
| H A D | setup.c | 678 phys_addr_t dest_off, src_off, dest_len, src_len, len; in xen_phys_memcpy() local
|
| /kernel/linux/linux-5.10/drivers/mmc/host/ |
| H A D | tifm_sd.c | 209 tifm_sd_copy_page(struct page *dst, unsigned int dst_off, struct page *src, unsigned int src_off, unsigned int count) tifm_sd_copy_page() argument
|
| /kernel/linux/linux-6.6/drivers/mmc/host/ |
| H A D | tifm_sd.c | 209 tifm_sd_copy_page(struct page *dst, unsigned int dst_off, struct page *src, unsigned int src_off, unsigned int count) tifm_sd_copy_page() argument
|
| /kernel/linux/linux-5.10/drivers/dma/ |
| H A D | dmatest.c | 455 static void result(const char *err, unsigned int n, unsigned int src_off, in result() argument 467 static void dbg_result(const char *err, unsigned int n, unsigned int src_off, in dbg_result() argument [all...] |
| /kernel/linux/linux-5.10/drivers/video/fbdev/ |
| H A D | udlfb.c | 1481 edid_store( struct file *filp, struct kobject *kobj, struct bin_attribute *a, char *src, loff_t src_off, size_t src_size) edid_store() argument
|
| /kernel/linux/linux-5.10/sound/drivers/ |
| H A D | aloop.c | 533 unsigned int src_off = play->buf_pos; in copy_play_buf() local
|
| /kernel/linux/linux-5.10/fs/btrfs/ |
| H A D | raid56.c | 513 int src_off = 0; in run_xor() local
|
| /kernel/linux/linux-5.10/fs/ceph/ |
| H A D | file.c | 2238 static ssize_t ceph_do_objects_copy(struct ceph_inode_info *src_ci, u64 *src_off, in ceph_do_objects_copy() argument 2303 static ssize_t __ceph_copy_file_range(struct file *src_file, loff_t src_off, in __ceph_copy_file_range() argument 2209 is_file_size_ok(struct inode *src_inode, struct inode *dst_inode, loff_t src_off, loff_t dst_off, size_t len) is_file_size_ok() argument 2498 ceph_copy_file_range(struct file *src_file, loff_t src_off, struct file *dst_file, loff_t dst_off, size_t len, unsigned int flags) ceph_copy_file_range() argument [all...] |
| /kernel/linux/linux-6.6/fs/btrfs/ |
| H A D | raid56.c | 511 int src_off = 0; in run_xor() local
|
| /kernel/linux/linux-6.6/fs/ceph/ |
| H A D | file.c | 2769 static ssize_t ceph_do_objects_copy(struct ceph_inode_info *src_ci, u64 *src_off, in ceph_do_objects_copy() argument 2842 static ssize_t __ceph_copy_file_range(struct file *src_file, loff_t src_off, in __ceph_copy_file_range() argument 2692 is_file_size_ok(struct inode *src_inode, struct inode *dst_inode, loff_t src_off, loff_t dst_off, size_t len) is_file_size_ok() argument 3041 ceph_copy_file_range(struct file *src_file, loff_t src_off, struct file *dst_file, loff_t dst_off, size_t len, unsigned int flags) ceph_copy_file_range() argument [all...] |