Home
last modified time | relevance | path

Searched defs:dstp (Results 1 – 15 of 15) sorted by relevance

/linux/rust/helpers/
H A Dcpumask.c20 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 Dcpumask.h601 void cpumask_set_cpu(unsigned int cpu, struct cpumask *dstp) in cpumask_set_cpu()
607 void __cpumask_set_cpu(unsigned int cpu, struct cpumask *dstp) in __cpumask_set_cpu()
618 static __always_inline void cpumask_clear_cpus(struct cpumask *dstp, in cpumask_clear_cpus()
630 static __always_inline void cpumask_clear_cpu(int cpu, struct cpumask *dstp) in cpumask_clear_cpu()
635 static __always_inline void __cpumask_clear_cpu(int cpu, struct cpumask *dstp) in __cpumask_clear_cpu()
687 static __always_inline void cpumask_setall(struct cpumask *dstp) in cpumask_setall()
690 cpumask_bits(dstp)[0] = BITMAP_LAST_WORD_MASK(nr_cpumask_bits); in cpumask_setall() local
700 static __always_inline void cpumask_clear(struct cpumask *dstp) in cpumask_clear()
714 bool cpumask_and(struct cpumask *dstp, const struct cpumask *src1p, in cpumask_and()
728 void cpumask_or(struct cpumask *dstp, const struct cpumask *src1p, in cpumask_or()
[all …]
H A Dnodemask.h133 static __always_inline void __node_set(int node, volatile nodemask_t *dstp) in __node_set()
139 static __always_inline void __node_clear(int node, volatile nodemask_t *dstp) in __node_clear()
145 static __always_inline void __nodes_setall(nodemask_t *dstp, unsigned int nbits) in __nodes_setall()
151 static __always_inline void __nodes_clear(nodemask_t *dstp, unsigned int nbits) in __nodes_clear()
168 static __always_inline bool __nodes_and(nodemask_t *dstp, const nodemask_t *src1p, in __nodes_and()
176 static __always_inline void __nodes_or(nodemask_t *dstp, const nodemask_t *src1p, in __nodes_or()
184 static __always_inline void __nodes_xor(nodemask_t *dstp, const nodemask_t *src1p, in __nodes_xor()
192 static __always_inline bool __nodes_andnot(nodemask_t *dstp, const nodemask_t *src1p, in __nodes_andnot()
199 static __always_inline void __nodes_copy(nodemask_t *dstp, in __nodes_copy()
207 static __always_inline void __nodes_complement(nodemask_t *dstp, in __nodes_complement()
[all …]
H A Ddmaengine.h1552 __dma_cap_set(enum dma_transaction_type tx_type, dma_cap_mask_t *dstp) in __dma_cap_set()
1559 __dma_cap_clear(enum dma_transaction_type tx_type, dma_cap_mask_t *dstp) in __dma_cap_clear()
1565 static inline void __dma_cap_zero(dma_cap_mask_t *dstp) in __dma_cap_zero()
/linux/arch/nios2/lib/
H A Dmemcpy.c72 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 Dcpumask.h21 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 Dmemset.c12 long int dstp = (long int) dstpp; in memset() local
/linux/tools/testing/selftests/powerpc/copyloops/
H A Dvalidate.c25 char *srcp, *dstp; in do_one() local
H A Dexc_validate.c60 static void do_one_test(char *dstp, char *srcp, unsigned long len) in do_one_test()
/linux/drivers/cpufreq/
H A Dqoriq-cpufreq.c88 struct cpumask *dstp = policy->cpus; in set_affected_cpus() local
/linux/drivers/media/test-drivers/vicodec/
H A Dcodec-fwht.c873 u8 *dstp = dst + j * 8 * dst_stride + i * 8 * dst_step; in decode_plane() local
/linux/net/ipv6/
H A Draw.c596 struct flowi6 *fl6, struct dst_entry **dstp, in rawv6_send_hdrinc()
/linux/drivers/scsi/bnx2i/
H A Dbnx2i_iscsi.c1134 u32 *dstp; in bnx2i_cpy_scsi_cdb() local
/linux/drivers/scsi/qedi/
H A Dqedi_fw.c1893 static void qedi_cpy_scsi_cdb(struct scsi_cmnd *sc, u32 *dstp) in qedi_cpy_scsi_cdb()
/linux/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge.c2567 struct mcp_kreq_ether_send __iomem *dstp, *dst; in myri10ge_submit_req() local