| /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/include/linux/ |
| H A D | cpumask.h | 600 void cpumask_set_cpu(unsigned int cpu, struct cpumask *dstp) in cpumask_set_cpu() 606 void __cpumask_set_cpu(unsigned int cpu, struct cpumask *dstp) in __cpumask_set_cpu() 617 static __always_inline void cpumask_clear_cpus(struct cpumask *dstp, in cpumask_clear_cpus() 629 static __always_inline void cpumask_clear_cpu(int cpu, struct cpumask *dstp) in cpumask_clear_cpu() 634 static __always_inline void __cpumask_clear_cpu(int cpu, struct cpumask *dstp) in __cpumask_clear_cpu() 686 static __always_inline void cpumask_setall(struct cpumask *dstp) in cpumask_setall() 689 cpumask_bits(dstp)[0] = BITMAP_LAST_WORD_MASK(nr_cpumask_bits); in cpumask_setall() local 699 static __always_inline void cpumask_clear(struct cpumask *dstp) in cpumask_clear() 713 bool cpumask_and(struct cpumask *dstp, const struct cpumask *src1p, in cpumask_and() 727 void cpumask_or(struct cpumask *dstp, const struct cpumask *src1p, in cpumask_or() [all …]
|
| H A D | nodemask.h | 125 static __always_inline void __node_set(int node, volatile nodemask_t *dstp) in __node_set() 131 static __always_inline void __node_clear(int node, volatile nodemask_t *dstp) in __node_clear() 137 static __always_inline void __nodes_setall(nodemask_t *dstp, unsigned int nbits) in __nodes_setall() 143 static __always_inline void __nodes_clear(nodemask_t *dstp, unsigned int nbits) in __nodes_clear() 160 static __always_inline void __nodes_and(nodemask_t *dstp, const nodemask_t *src1p, in __nodes_and() 168 static __always_inline void __nodes_or(nodemask_t *dstp, const nodemask_t *src1p, in __nodes_or() 176 static __always_inline void __nodes_xor(nodemask_t *dstp, const nodemask_t *src1p, in __nodes_xor() 184 static __always_inline void __nodes_andnot(nodemask_t *dstp, const nodemask_t *src1p, in __nodes_andnot() 191 static __always_inline void __nodes_copy(nodemask_t *dstp, in __nodes_copy() 199 static __always_inline void __nodes_complement(nodemask_t *dstp, in __nodes_complement() [all …]
|
| H A D | dmaengine.h | 1418 __dma_cap_set(enum dma_transaction_type tx_type, dma_cap_mask_t *dstp) in __dma_cap_set() 1425 __dma_cap_clear(enum dma_transaction_type tx_type, dma_cap_mask_t *dstp) in __dma_cap_clear() 1431 static inline void __dma_cap_zero(dma_cap_mask_t *dstp) in __dma_cap_zero()
|
| /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 | 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/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/mm/ |
| H A D | migrate.c | 1204 struct folio *src, struct folio **dstp, enum migrate_mode mode, in migrate_folio_unmap()
|