Home
last modified time | relevance | path

Searched defs:dst_off (Results 1 - 25 of 49) sorted by relevance

12

/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/copyloops/
H A Dmemmove_validate.c22 size_t i, src_off, dst_off, len; in testcase_run() local
H A Dvalidate.c66 unsigned long len, src_off, dst_off; in test_copy_loop() local
17 do_one(char *src, char *dst, unsigned long src_off, unsigned long dst_off, unsigned long len, void *redzone, void *fill) do_one() argument
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/copyloops/
H A Dvalidate.c66 unsigned long len, src_off, dst_off; in test_copy_loop() local
17 do_one(char *src, char *dst, unsigned long src_off, unsigned long dst_off, unsigned long len, void *redzone, void *fill) do_one() argument
/third_party/libfuse/lib/
H A Dbuffer.c42 static ssize_t fuse_buf_write(const struct fuse_buf *dst, size_t dst_off, in fuse_buf_write() argument
76 static ssize_t fuse_buf_read(const struct fuse_buf *dst, size_t dst_off, in fuse_buf_read() argument
110 static ssize_t fuse_buf_fd_to_fd(const struct fuse_buf *dst, size_t dst_off, in fuse_buf_fd_to_fd() argument
161 fuse_buf_splice(const struct fuse_buf *dst, size_t dst_off, const struct fuse_buf *src, size_t src_off, size_t len, enum fuse_buf_copy_flags flags) fuse_buf_splice() argument
216 fuse_buf_splice(const struct fuse_buf *dst, size_t dst_off, const struct fuse_buf *src, size_t src_off, size_t len, enum fuse_buf_copy_flags flags) fuse_buf_splice() argument
227 fuse_buf_copy_one(const struct fuse_buf *dst, size_t dst_off, const struct fuse_buf *src, size_t src_off, size_t len, enum fuse_buf_copy_flags flags) fuse_buf_copy_one() argument
[all...]
/kernel/linux/linux-5.10/fs/nfs/
H A Dnfs4file.c244 nfs42_remap_file_range(struct file *src_file, loff_t src_off, struct file *dst_file, loff_t dst_off, loff_t count, unsigned int remap_flags) nfs42_remap_file_range() argument
/kernel/linux/linux-6.6/include/linux/
H A Dhighmem.h388 static inline void memcpy_page(struct page *dst_page, size_t dst_off, in memcpy_page() argument
/third_party/musl/porting/liteos_a/kernel/src/time/
H A D__tz.c33 static int dst_off; variable
/third_party/musl/porting/uniproton/kernel/src/time/
H A D__tz.c37 static int dst_off; variable
/third_party/musl/porting/liteos_m/kernel/src/time/
H A D__tz.c37 static int dst_off; variable
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_const.c72 uint32_t dst_off = regid / 4; in fd6_emit_const_bo() local
H A Dfd6_emit.c1381 fd6_mem_to_mem(struct fd_ringbuffer *ring, struct pipe_resource *dst, unsigned dst_off, struct pipe_resource *src, unsigned src_off, unsigned sizedwords) fd6_mem_to_mem() argument
/kernel/linux/linux-5.10/net/smc/
H A Dsmc_tx.c405 size_t len, src_len, dst_off, dst_len; /* current chunk values */ in smc_tx_rdma_writes() local
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 Dnfs4file.c239 nfs42_remap_file_range(struct file *src_file, loff_t src_off, struct file *dst_file, loff_t dst_off, loff_t count, unsigned int remap_flags) nfs42_remap_file_range() argument
/kernel/linux/linux-6.6/net/smc/
H A Dsmc_tx.c466 size_t len, src_len, dst_off, dst_len; /* current chunk values */ in smc_tx_rdma_writes() local
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...]
/third_party/musl/porting/linux/user/src/time/
H A D__tz.c50 static int dst_off; variable
[all...]
/third_party/musl/src/time/
H A D__tz.c40 static int dst_off; variable
[all...]
/third_party/FreeBSD/sbin/fsck_msdosfs/
H A Dfat.c1143 off_t dst_off, src_off; in copyfat() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_emit.c82 uint32_t dst_off = regid / 2; in fd3_emit_const_bo() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_emit.c78 uint32_t dst_off = regid / 4; in fd4_emit_const_bo() local
1100 fd4_mem_to_mem(struct fd_ringbuffer *ring, struct pipe_resource *dst, unsigned dst_off, struct pipe_resource *src, unsigned src_off, unsigned sizedwords) fd4_mem_to_mem() argument
/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dtifm_sd.c209 static void tifm_sd_copy_page(struct page *dst, unsigned int dst_off, in tifm_sd_copy_page() argument
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dtifm_sd.c209 static void tifm_sd_copy_page(struct page *dst, unsigned int dst_off, in tifm_sd_copy_page() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_emit.c81 uint32_t dst_off = regid / 4; in fd5_emit_const_bo() local
1161 fd5_mem_to_mem(struct fd_ringbuffer *ring, struct pipe_resource *dst, unsigned dst_off, struct pipe_resource *src, unsigned src_off, unsigned sizedwords) fd5_mem_to_mem() argument
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_blit.cpp46 uint64_t dst_off, src_off; in copy_buffer_region_no_barriers() local
/kernel/linux/linux-5.10/drivers/dma/
H A Ddmatest.c455 result(const char *err, unsigned int n, unsigned int src_off, unsigned int dst_off, unsigned int len, unsigned long data) result() argument
467 dbg_result(const char *err, unsigned int n, unsigned int src_off, unsigned int dst_off, unsigned int len, unsigned long data) dbg_result() argument
[all...]
/kernel/linux/linux-5.10/drivers/crypto/
H A Dmxs-dcp.c308 uint32_t dst_off = 0; in mxs_dcp_aes_block_crypt() local

Completed in 24 milliseconds

12