/Linux-v5.4/include/linux/ |
D | cpumask.h | 150 static inline unsigned int cpumask_first(const struct cpumask *srcp) in cpumask_first() 155 static inline unsigned int cpumask_last(const struct cpumask *srcp) in cpumask_last() 161 static inline unsigned int cpumask_next(int n, const struct cpumask *srcp) in cpumask_next() 166 static inline unsigned int cpumask_next_zero(int n, const struct cpumask *srcp) in cpumask_next_zero() 172 const struct cpumask *srcp, in cpumask_next_and() 212 static inline unsigned int cpumask_first(const struct cpumask *srcp) in cpumask_first() 223 static inline unsigned int cpumask_last(const struct cpumask *srcp) in cpumask_last() 237 static inline unsigned int cpumask_next_zero(int n, const struct cpumask *srcp) in cpumask_next_zero() 474 const struct cpumask *srcp) in cpumask_complement() 536 static inline bool cpumask_empty(const struct cpumask *srcp) in cpumask_empty() [all …]
|
D | nodemask.h | 196 const nodemask_t *srcp, unsigned int nbits) in __nodes_complement() 226 static inline int __nodes_empty(const nodemask_t *srcp, unsigned int nbits) in __nodes_empty() 232 static inline int __nodes_full(const nodemask_t *srcp, unsigned int nbits) in __nodes_full() 238 static inline int __nodes_weight(const nodemask_t *srcp, unsigned int nbits) in __nodes_weight() 246 const nodemask_t *srcp, int n, int nbits) in __nodes_shift_right() 254 const nodemask_t *srcp, int n, int nbits) in __nodes_shift_left() 263 static inline int __first_node(const nodemask_t *srcp) in __first_node() 269 static inline int __next_node(int n, const nodemask_t *srcp) in __next_node() 355 static inline void __nodes_remap(nodemask_t *dstp, const nodemask_t *srcp, in __nodes_remap()
|
D | dmaengine.h | 1222 __dma_has_cap(enum dma_transaction_type tx_type, dma_cap_mask_t *srcp) in __dma_has_cap()
|
/Linux-v5.4/arch/nios2/lib/ |
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() 163 unsigned long int srcp = (long int) srcpp; in memcpy() local 197 unsigned long int srcp = (long int) srcpp; in memcpyb() local
|
/Linux-v5.4/lib/ |
D | nodemask.c | 6 int __next_node_in(int node, const nodemask_t *srcp) in __next_node_in()
|
D | cpumask.c | 17 unsigned int cpumask_next(int n, const struct cpumask *srcp) in cpumask_next()
|
/Linux-v5.4/include/net/ |
D | transp_v6.h | 50 ip6_dgram_sock_seq_show(struct seq_file *seq, struct sock *sp, __u16 srcp, in ip6_dgram_sock_seq_show()
|
/Linux-v5.4/sound/synth/emux/ |
D | emux_effect.c | 168 unsigned char *srcp, *origp; in snd_emux_send_effect() local 223 unsigned char *srcp; in snd_emux_setup_effect() local
|
/Linux-v5.4/tools/testing/selftests/powerpc/copyloops/ |
D | validate.c | 21 char *srcp, *dstp; in do_one() local
|
D | exc_validate.c | 60 static void do_one_test(char *dstp, char *srcp, unsigned long len) in do_one_test()
|
/Linux-v5.4/net/ipv6/ |
D | ping.c | 204 __u16 srcp = ntohs(inet->inet_sport); in ping_v6_seq_show() local
|
D | tcp_ipv6.c | 1861 __u16 destp, srcp; in get_tcp6_sock() local 1935 __u16 destp, srcp; in get_timewait6_sock() local
|
D | datagram.c | 1027 __u16 srcp, __u16 destp, int rqueue, int bucket) in __ip6_dgram_sock_seq_show()
|
D | raw.c | 1314 __u16 srcp = inet_sk(sp)->inet_num; in raw6_seq_show() local
|
D | udp.c | 1617 __u16 srcp = ntohs(inet->inet_sport); in udp6_seq_show() local
|
/Linux-v5.4/net/ipv4/ |
D | tcp_ipv4.c | 2434 __u16 srcp = ntohs(inet->inet_sport); in get_tcp4_sock() local 2490 __u16 destp, srcp; in get_timewait4_sock() local
|
D | ping.c | 1108 __u16 srcp = ntohs(inet->inet_sport); in ping_v4_format_sock() local
|
D | raw.c | 1072 srcp = inet->inet_num; in raw_sock_seq_show() local
|
D | udp.c | 2904 __u16 srcp = ntohs(inet->inet_sport); in udp4_format_sock() local
|
/Linux-v5.4/net/sunrpc/xprtrdma/ |
D | rpc_rdma.c | 938 rpcrdma_inline_fixup(struct rpc_rqst *rqst, char *srcp, int copy_len, int pad) in rpcrdma_inline_fixup()
|
/Linux-v5.4/drivers/scsi/bnx2i/ |
D | bnx2i_iscsi.c | 1135 u8 *srcp; in bnx2i_cpy_scsi_cdb() local
|
/Linux-v5.4/drivers/scsi/qedi/ |
D | qedi_fw.c | 1957 u8 *srcp; in qedi_cpy_scsi_cdb() local
|
/Linux-v5.4/drivers/infiniband/hw/cxgb4/ |
D | qp.c | 416 u8 *dstp, *srcp; in build_immd() local
|
/Linux-v5.4/drivers/scsi/lpfc/ |
D | lpfc_sli.c | 112 lpfc_sli4_pcimem_bcopy(void *srcp, void *destp, uint32_t cnt) in lpfc_sli4_pcimem_bcopy() 10819 lpfc_sli_pcimem_bcopy(void *srcp, void *destp, uint32_t cnt) in lpfc_sli_pcimem_bcopy() 10847 lpfc_sli_bemem_bcopy(void *srcp, void *destp, uint32_t cnt) in lpfc_sli_bemem_bcopy()
|
/Linux-v5.4/drivers/net/ethernet/myricom/myri10ge/ |
D | myri10ge.c | 2548 struct mcp_kreq_ether_send *srcp; in myri10ge_submit_req() local
|