| /linux/rust/helpers/ |
| H A D | cpumask.c | 20 cpumask_clear_cpu(cpu, dstp); in rust_helper___cpumask_clear_cpu() argument 5 rust_helper_cpumask_set_cpu(unsigned int cpu,struct cpumask * dstp) rust_helper_cpumask_set_cpu() argument 10 rust_helper___cpumask_set_cpu(unsigned int cpu,struct cpumask * dstp) rust_helper___cpumask_set_cpu() argument 15 rust_helper_cpumask_clear_cpu(int cpu,struct cpumask * dstp) rust_helper_cpumask_clear_cpu() argument 30 rust_helper_cpumask_setall(struct cpumask * dstp) rust_helper_cpumask_setall() argument 50 rust_helper_cpumask_copy(struct cpumask * dstp,const struct cpumask * srcp) rust_helper_cpumask_copy() argument [all...] |
| /linux/include/linux/ |
| H A D | cpumask.h | 629 * @dstp: the cpumask pointer in cpumask_clear_cpu() argument 600 cpumask_set_cpu(unsigned int cpu,struct cpumask * dstp) cpumask_set_cpu() argument 606 __cpumask_set_cpu(unsigned int cpu,struct cpumask * dstp) __cpumask_set_cpu() argument 617 cpumask_clear_cpus(struct cpumask * dstp,unsigned int cpu,unsigned int ncpus) cpumask_clear_cpus() argument 634 __cpumask_clear_cpu(int cpu,struct cpumask * dstp) __cpumask_clear_cpu() argument 686 cpumask_setall(struct cpumask * dstp) cpumask_setall() argument 689 cpumask_bits(dstp)[0] = BITMAP_LAST_WORD_MASK(nr_cpumask_bits); cpumask_setall() local 699 cpumask_clear(struct cpumask * dstp) cpumask_clear() argument 713 cpumask_and(struct cpumask * dstp,const struct cpumask * src1p,const struct cpumask * src2p) cpumask_and() argument 727 cpumask_or(struct cpumask * dstp,const struct cpumask * src1p,const struct cpumask * src2p) cpumask_or() argument 743 cpumask_weighted_or(struct cpumask * dstp,const struct cpumask * src1p,const struct cpumask * src2p) cpumask_weighted_or() argument 757 cpumask_xor(struct cpumask * dstp,const struct cpumask * src1p,const struct cpumask * src2p) cpumask_xor() argument 773 cpumask_andnot(struct cpumask * dstp,const struct cpumask * src1p,const struct cpumask * src2p) cpumask_andnot() argument 907 cpumask_shift_right(struct cpumask * dstp,const struct cpumask * srcp,int n) cpumask_shift_right() argument 920 cpumask_shift_left(struct cpumask * dstp,const struct cpumask * srcp,int n) cpumask_shift_left() argument 932 cpumask_copy(struct cpumask * dstp,const struct cpumask * srcp) cpumask_copy() argument 969 cpumask_parse_user(const char __user * buf,int len,struct cpumask * dstp) cpumask_parse_user() argument 983 cpumask_parselist_user(const char __user * buf,int len,struct cpumask * dstp) cpumask_parselist_user() argument 996 cpumask_parse(const char * buf,struct cpumask * dstp) cpumask_parse() argument 1008 cpulist_parse(const char * buf,struct cpumask * dstp) cpulist_parse() argument [all...] |
| /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/x86/include/asm/ |
| H A D | cpumask.h | 21 static __always_inline void arch_cpumask_clear_cpu(int cpu, struct cpumask *dstp) in arch_cpumask_clear_cpu() 31 static __always_inline void arch_cpumask_clear_cpu(int cpu, struct cpumask *dstp) in arch_cpumask_clear_cpu()
|
| /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 | 25 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/drivers/cpufreq/ |
| H A D | qoriq-cpufreq.c | 88 struct cpumask *dstp = policy->cpus; in set_affected_cpus() 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/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/drivers/infiniband/hw/cxgb4/ |
| H A D | qp.c | 414 u8 *dstp, *srcp; in build_immd() local
|
| /linux/mm/ |
| H A D | migrate.c | 1207 migrate_folio_unmap(new_folio_t get_new_folio,free_folio_t put_new_folio,unsigned long private,struct folio * src,struct folio ** dstp,enum migrate_mode mode,struct list_head * ret) migrate_folio_unmap() argument
|
| /linux/drivers/net/ethernet/myricom/myri10ge/ |
| H A D | myri10ge.c | 2567 struct mcp_kreq_ether_send __iomem *dstp, *dst; in myri10ge_submit_req() local
|