Searched refs:dest (Results 151 - 175 of 1256) sorted by relevance

1234567891011>>

/linux-master/crypto/async_tx/
H A Dasync_xor.c100 do_sync_xor_offs(struct page *dest, unsigned int offset, argument
122 dest_buf = page_address(dest) + offset;
161 * @dest: destination page
171 * xor_blocks always uses the dest as a source so the
172 * ASYNC_TX_XOR_ZERO_DST flag must be set to not include dest data in
177 * src_list note: if the dest is also a source it must be at index zero.
182 async_xor_offs(struct page *dest, unsigned int offset, argument
187 &dest, 1, src_list,
216 unmap->addr[j] = dma_map_page(device->dev, dest, offset, len,
230 /* in the sync case the dest i
273 async_xor(struct page *dest, struct page **src_list, unsigned int offset, int src_cnt, size_t len, struct async_submit_ctl *submit) argument
287 xor_val_chan(struct async_submit_ctl *submit, struct page *dest, struct page **src_list, int src_cnt, size_t len) argument
315 async_xor_val_offs(struct page *dest, unsigned int offset, struct page **src_list, unsigned int *src_offs, int src_cnt, size_t len, enum sum_check_flags *result, struct async_submit_ctl *submit) argument
409 async_xor_val(struct page *dest, struct page **src_list, unsigned int offset, int src_cnt, size_t len, enum sum_check_flags *result, struct async_submit_ctl *submit) argument
[all...]
/linux-master/net/bridge/netfilter/
H A Debtable_broute.c51 unsigned char *dest; local
77 dest = eth_hdr(skb)->h_dest;
79 !ether_addr_equal(skb->dev->dev_addr, dest) &&
80 ether_addr_equal(p->br->dev->dev_addr, dest))
/linux-master/arch/x86/include/asm/
H A Dstring_64.h71 void *memmove(void *dest, const void *src, size_t count);
72 void *__memmove(void *dest, const void *src, size_t count);
76 char *strcpy(char *dest, const char *src);
77 char *strcat(char *dest, const char *src);
/linux-master/drivers/staging/media/atomisp/pci/base/circbuf/interface/
H A Dia_css_circbuf_desc.h90 u8 dest; local
101 dest = OP_std_modadd(base, offset, cb_desc->size);
103 return dest;
H A Dia_css_circbuf.h125 * @param dest The element as the copy destination.
129 ia_css_circbuf_elem_t *dest)
132 OP___assert(dest);
134 ia_css_circbuf_elem_set_val(dest, src->val);
151 u8 dest; local
163 dest = OP_std_modadd(base, offset, cb->desc->size);
165 return dest;
127 ia_css_circbuf_elem_cpy( ia_css_circbuf_elem_t *src, ia_css_circbuf_elem_t *dest) argument
/linux-master/tools/perf/util/
H A Dconfig.h35 int perf_config_int(int *dest, const char *, const char *);
36 int perf_config_u8(u8 *dest, const char *name, const char *value);
37 int perf_config_u64(u64 *dest, const char *, const char *);
/linux-master/tools/perf/scripts/python/
H A Dstackcollapse.py40 make_option("--include-tid", dest="include_tid",
43 make_option("--include-pid", dest="include_pid",
46 make_option("--no-comm", dest="include_comm",
49 make_option("--tidy-java", dest="tidy_java",
52 make_option("--kernel", dest="annotate_kernel",
/linux-master/drivers/comedi/drivers/ni_routing/ni_device_routes/
H A Dpci-6602.c34 .dest = NI_PFI(2),
41 .dest = NI_PFI(3),
48 .dest = NI_PFI(4),
55 .dest = NI_PFI(6),
62 .dest = NI_PFI(7),
69 .dest = NI_PFI(8),
98 .dest = NI_PFI(9),
127 .dest = NI_PFI(10),
135 .dest = NI_PFI(11),
143 .dest
[all...]
/linux-master/net/netfilter/ipvs/
H A Dip_vs_conn.c260 * p->vaddr, p->vport: pkt dest address (load balancer)
400 * p->vaddr, p->vport: pkt dest address (foreign host) */
573 static inline int ip_vs_dest_totalconns(struct ip_vs_dest *dest) argument
575 return atomic_read(&dest->activeconns)
576 + atomic_read(&dest->inactconns);
584 ip_vs_bind_dest(struct ip_vs_conn *cp, struct ip_vs_dest *dest) argument
589 /* if dest is NULL, then return directly */
590 if (!dest)
593 /* Increase the refcnt counter of the dest */
594 ip_vs_dest_hold(dest);
653 struct ip_vs_dest *dest; local
706 struct ip_vs_dest *dest = cp->dest; local
751 expire_quiescent_template(struct netns_ipvs *ipvs, struct ip_vs_dest *dest) argument
769 struct ip_vs_dest *dest = ct->dest; local
941 ip_vs_conn_new(const struct ip_vs_conn_param *p, int dest_af, const union nf_inet_addr *daddr, __be16 dport, unsigned int flags, struct ip_vs_dest *dest, __u32 fwmark) argument
1410 struct ip_vs_dest *dest; local
[all...]
H A Dip_vs_xmit.c49 IP_VS_RT_MODE_LOCAL = 1, /* Allow local dest */
50 IP_VS_RT_MODE_NON_LOCAL = 2, /* Allow non-local dest */
73 __ip_vs_dst_set(struct ip_vs_dest *dest, struct ip_vs_dest_dst *dest_dst, argument
78 old = rcu_dereference_protected(dest->dest_dst,
79 lockdep_is_held(&dest->dst_lock));
85 rcu_assign_pointer(dest->dest_dst, dest_dst);
92 __ip_vs_dst_check(struct ip_vs_dest *dest) argument
94 struct ip_vs_dest_dst *dest_dst = rcu_dereference(dest->dest_dst);
145 IP_VS_DBG_RL("ip_route_output error, dest: %pI4\n", &daddr);
308 struct ip_vs_dest *dest,
307 __ip_vs_get_out_rt(struct netns_ipvs *ipvs, int skb_af, struct sk_buff *skb, struct ip_vs_dest *dest, __be32 daddr, int rt_mode, __be32 *ret_saddr, struct ip_vs_iphdr *ipvsh) argument
469 __ip_vs_get_out_rt_v6(struct netns_ipvs *ipvs, int skb_af, struct sk_buff *skb, struct ip_vs_dest *dest, struct in6_addr *daddr, struct in6_addr *ret_saddr, struct ip_vs_iphdr *ipvsh, int do_xfrm, int rt_mode) argument
[all...]
/linux-master/sound/pci/cs46xx/
H A Dcs46xx_lib.h105 u32 * scb_data, u32 dest);
118 u16 child_scb_addr, u32 dest,
124 u16 sample_buffer_addr, u32 dest,
132 u16 sample_buffer_addr, u32 dest,
138 u16 src_delay_buffer_addr, u32 dest,
143 u16 mix_buffer_addr, u32 dest,
149 u16 vari_buffer_addr0, u16 vari_buffer_addr1, u32 dest,
154 u32 dest, u16 hfg_scb_address, u16 asynch_buffer_address,
158 cs46xx_dsp_create_spio_write_scb(struct snd_cs46xx * chip, char * scb_name, u32 dest,
163 u16 mix_buffer_addr, u16 writeback_spb, u32 dest,
[all...]
/linux-master/arch/s390/include/asm/
H A Dstring.h22 void *memcpy(void *dest, const void *src, size_t n);
24 void *memmove(void *dest, const void *src, size_t n);
43 size_t strlcat(char *dest, const char *src, size_t n);
44 char *strncat(char *dest, const char *src, size_t n);
45 char *strncpy(char *dest, const char *src, size_t n);
70 void *__memcpy(void *dest, const void *src, size_t n);
72 void *__memmove(void *dest, const void *src, size_t n);
/linux-master/arch/mips/kernel/
H A Dcps-vec.S51 * Set dest to non-zero if the core supports the MT ASE, else zero. If
54 .macro has_mt dest, nomt
55 mfc0 \dest, CP0_CONFIG, 1
56 bgez \dest, \nomt
57 mfc0 \dest, CP0_CONFIG, 2
58 bgez \dest, \nomt
59 mfc0 \dest, CP0_CONFIG, 3
60 andi \dest, \dest, MIPS_CONF3_MT
61 beqz \dest, \nom
[all...]
/linux-master/fs/nfs/
H A Dnfsroot.c164 static int __init root_nfs_copy(char *dest, const char *src, argument
167 if (strscpy(dest, src, destlen) == -E2BIG)
172 static int __init root_nfs_cat(char *dest, const char *src, argument
175 size_t len = strlen(dest);
177 if (len && dest[len - 1] != ',')
178 if (strlcat(dest, ",", destlen) >= destlen)
181 if (strlcat(dest, src, destlen) >= destlen)
/linux-master/arch/openrisc/kernel/
H A Dprocess.c273 void dump_elf_thread(elf_greg_t *dest, struct pt_regs* regs) argument
275 dest[0] = 0; /* r0 */
276 memcpy(dest+1, regs->gpr+1, 31*sizeof(unsigned long));
277 dest[32] = regs->pc;
278 dest[33] = regs->sr;
279 dest[34] = 0;
280 dest[35] = 0;
/linux-master/drivers/video/fbdev/
H A Datafb_iplan2p4.c209 u32 *dest; local
213 dest = (u32 *)(info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL));
215 u8 *dest8 = (u8 *)dest + 1;
223 dest += BPL / 2;
230 u32 *d = dest;
236 dest += rows * BPL / 2;
241 u8 *dest8 = (u8 *)dest;
256 u32 *dest; local
261 dest = (u32 *)(info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL));
263 fill8_2col((u8 *)dest
[all...]
H A Datafb_iplan2p2.c195 u32 *dest; local
199 dest = (u32 *)(info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL));
201 u8 *dest8 = (u8 *)dest + 1;
209 dest += BPL / 2;
216 u32 *d = dest;
222 dest += rows * BPL / 2;
227 u8 *dest8 = (u8 *)dest;
242 u32 *dest; local
247 dest = (u32 *)(info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL));
249 fill8_2col((u8 *)dest
[all...]
/linux-master/arch/alpha/lib/
H A Dev6-memcpy.S34 mov $16, $0 # E : copy dest to return
36 xor $16, $17, $1 # E : are source and dest alignments the same?
40 /* source and dest are same mod 8 address */
46 * source and dest are same misalignment. move a byte at a time
56 addq $16, 1, $16 # E : dest++
74 addq $16, 8, $16 # E : dest += 8
112 addq $16, 32, $16 # E : dest += 32 bytes
124 addq $16, 32, $16 # E : dest += 32
152 addq $16, 8, $16 # E : dest += 8
171 addq $16, 1, $16 # E : dest
[all...]
/linux-master/fs/xfs/
H A Dxfs_reflink.c922 * corresponding ranges in dest. Let drange and srange denote the ranges of
923 * logical blocks in dest and src touched by the reflink operation.
931 * - Punch (imap start - srange start + imap len) blocks from dest at
935 * > Map imap's pblks into dest at the offset
939 * Finally, if the reflink made dest longer, update both the in-core and
951 * --DDDDDDDDDDDDDDDDDDD--DDD (dest file)
953 * '-' means a hole, and 'S' and 'D' are written blocks in the src and dest.
997 struct xfs_inode *dest)
1003 if (xfs_is_reflink_inode(src) && xfs_is_reflink_inode(dest))
1011 if (src->i_ino == dest
995 xfs_reflink_set_inode_flag( struct xfs_inode *src, struct xfs_inode *dest) argument
1052 xfs_reflink_update_dest( struct xfs_inode *dest, xfs_off_t newlen, xfs_extlen_t cowextsize, unsigned int remap_flags) argument
1324 xfs_reflink_remap_blocks( struct xfs_inode *src, loff_t pos_in, struct xfs_inode *dest, loff_t pos_out, loff_t remap_len, loff_t *remapped) argument
1460 struct xfs_inode *dest = XFS_I(inode_out); local
[all...]
H A Dxfs_fsmap.c32 struct fsmap *dest,
35 dest->fmr_device = src->fmr_device;
36 dest->fmr_flags = src->fmr_flags;
37 dest->fmr_physical = BBTOB(src->fmr_physical);
38 dest->fmr_owner = src->fmr_owner;
39 dest->fmr_offset = BBTOB(src->fmr_offset);
40 dest->fmr_length = BBTOB(src->fmr_length);
41 dest->fmr_reserved[0] = 0;
42 dest->fmr_reserved[1] = 0;
43 dest
31 xfs_fsmap_from_internal( struct fsmap *dest, struct xfs_fsmap *src) argument
48 xfs_fsmap_to_internal( struct xfs_fsmap *dest, struct fsmap *src) argument
62 xfs_fsmap_owner_to_rmap( struct xfs_rmap_irec *dest, const struct xfs_fsmap *src) argument
113 xfs_fsmap_owner_from_rmap( struct xfs_fsmap *dest, const struct xfs_rmap_irec *src) argument
[all...]
/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_stream.c34 void *dest)
41 memcpy(dest, stream + *stream_offset, data_size);
56 * @dest: Pointer to destination structure.
67 u8 *dest, u32 dest_size, u32 *stream_offset_out)
84 sizeof(u8), dest + stream_def[i].offset);
91 sizeof(u16), dest + stream_def[i].offset);
98 sizeof(u32), dest + stream_def[i].offset);
105 sizeof(u64), dest + stream_def[i].offset);
113 dest + stream_def[i].offset);
129 u32 stream_offset, u32 ext_stream_size, void *dest)
33 pvr_stream_get_data(u8 *stream, u32 *stream_offset, u32 stream_size, u32 data_size, u32 align_size, void *dest) argument
65 pvr_stream_process_1(struct pvr_device *pvr_dev, const struct pvr_stream_def *stream_def, u32 nr_entries, u8 *stream, u32 stream_offset, u32 stream_size, u8 *dest, u32 dest_size, u32 *stream_offset_out) argument
127 pvr_stream_process_ext_stream(struct pvr_device *pvr_dev, const struct pvr_stream_cmd_defs *cmd_defs, void *ext_stream, u32 stream_offset, u32 ext_stream_size, void *dest) argument
[all...]
/linux-master/net/netfilter/
H A Dnft_socket.c21 u32 *dest)
25 nft_reg_store8(dest, inet_sk(sk)->inet_rcv_saddr == 0);
29 nft_reg_store8(dest, ipv6_addr_any(&sk->sk_v6_rcv_saddr));
40 nft_sock_get_eval_cgroupv2(u32 *dest, struct sock *sk, const struct nft_pktinfo *pkt, u32 level) argument
53 memcpy(dest, &cgid, sizeof(u64));
91 u32 *dest = &regs->data[priv->dreg]; local
106 nft_reg_store8(dest, inet_sk_transparent(sk));
110 *dest = READ_ONCE(sk->sk_mark);
121 nft_socket_wildcard(pkt, regs, sk, dest);
125 if (!nft_sock_get_eval_cgroupv2(dest, s
19 nft_socket_wildcard(const struct nft_pktinfo *pkt, struct nft_regs *regs, struct sock *sk, u32 *dest) argument
[all...]
/linux-master/include/linux/
H A Dstring.h111 #define sized_strscpy_pad(dest, src, count) ({ \
112 char *__dst = (dest); \
129 * Copy the string, or as much of it as fits, into the dest buffer. The
381 void memcpy_and_pad(void *dest, size_t dest_len, const void *src, size_t count,
387 * @dest: Pointer of destination character array (marked as __nonstring)
389 * @pad: Padding character to fill any remaining bytes of @dest after copy
395 * Note that the size of @dest is not an argument, as the length of @dest
398 #define strtomem_pad(dest, src, pad) do { \
399 const size_t _dest_len = __builtin_object_size(dest,
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_udp4.c31 __be32 dest, src; local
51 dest = inet->inet_daddr;
58 ctx->bucket, src, srcp, dest, destp);
/linux-master/arch/m68k/amiga/
H A Dpcmcia.c42 unsigned char id, *dest; local
45 dest = tuple;
55 *dest++ = gayle_attribute[pos+(cnt<<1)];

Completed in 520 milliseconds

1234567891011>>