Searched defs:dstp (Results 1 – 13 of 13) sorted by relevance
/linux/rust/helpers/ |
H A D | cpumask.c | 5 void rust_helper_cpumask_set_cpu(unsigned int cpu, struct cpumask *dstp) in rust_helper_cpumask_set_cpu() 10 void rust_helper___cpumask_set_cpu(unsigned int cpu, struct cpumask *dstp) in rust_helper___cpumask_set_cpu() 15 void rust_helper_cpumask_clear_cpu(int cpu, struct cpumask *dstp) in rust_helper_cpumask_clear_cpu() 20 void rust_helper___cpumask_clear_cpu(int cpu, struct cpumask *dstp) in rust_helper___cpumask_clear_cpu() 30 void rust_helper_cpumask_setall(struct cpumask *dstp) in rust_helper_cpumask_setall() 50 void rust_helper_cpumask_copy(struct cpumask *dstp, const struct cpumask *srcp) in rust_helper_cpumask_copy()
|
/linux/arch/nios2/lib/ |
H A D | memcpy.c | 72 static void _wordcopy_fwd_aligned(long int dstp, long int srcp, size_t len) in _wordcopy_fwd_aligned() 112 static void _wordcopy_fwd_dest_aligned(long int dstp, long int srcp, in _wordcopy_fwd_dest_aligned() 162 unsigned long int dstp = (long int) dstpp; in memcpy() local 196 unsigned long int dstp = (long int) dstpp; in memcpyb() local
|
/linux/arch/parisc/lib/ |
H A D | memset.c | 12 long int dstp = (long int) dstpp; in memset() local
|
/linux/tools/testing/selftests/powerpc/copyloops/ |
H A D | validate.c | 21 char *srcp, *dstp; in do_one() local
|
H A D | exc_validate.c | 60 static void do_one_test(char *dstp, char *srcp, unsigned long len) in do_one_test()
|
/linux/fs/smb/client/compress/ |
H A D | lz77.c | 135 void *dstp, *nib, *flag_pos; in lz77_compress() local
|
/linux/fs/bcachefs/ |
H A D | util.c | 680 void *dstp = kmap_local_page(bv.bv_page); in memcpy_to_bio() local
|
/linux/drivers/media/test-drivers/vicodec/ |
H A D | codec-fwht.c | 873 u8 *dstp = dst + j * 8 * dst_stride + i * 8 * dst_step; in decode_plane() local
|
/linux/net/ipv6/ |
H A D | raw.c | 594 struct flowi6 *fl6, struct dst_entry **dstp, in rawv6_send_hdrinc()
|
/linux/drivers/scsi/bnx2i/ |
H A D | bnx2i_iscsi.c | 1134 u32 *dstp; in bnx2i_cpy_scsi_cdb() local
|
/linux/drivers/scsi/qedi/ |
H A D | qedi_fw.c | 1893 static void qedi_cpy_scsi_cdb(struct scsi_cmnd *sc, u32 *dstp) in qedi_cpy_scsi_cdb()
|
/linux/mm/ |
H A D | migrate.c | 1127 struct folio *src, struct folio **dstp, enum migrate_mode mode, in migrate_folio_unmap()
|
/linux/drivers/net/ethernet/myricom/myri10ge/ |
H A D | myri10ge.c | 2544 struct mcp_kreq_ether_send __iomem *dstp, *dst; in myri10ge_submit_req() local
|