Searched refs:memmove (Results 201 - 225 of 521) sorted by relevance

1234567891011>>

/linux-master/fs/nfs_common/
H A Dnfsacl.c319 memmove(mask, mask+1, (3 - (mask - acl->a_entries)) *
/linux-master/drivers/net/usb/
H A Dlg-vl600.c259 skb->data = memmove(skb->head + sizeof(*frame),
H A Dkalmia.c176 skb->data = memmove(skb->head + KALMIA_HEADER_LENGTH,
/linux-master/kernel/trace/
H A Dtrace_stack.c268 memmove(&stack_trace_index[0], &stack_trace_index[1],
/linux-master/net/netfilter/
H A Dxt_TCPMSS.c177 memmove(opt + TCPOLEN_MSS, opt, len - sizeof(struct tcphdr));
/linux-master/fs/udf/
H A Dpartition.c239 memmove(&st->mapEntry[k + 1],
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dtxrx.c350 memmove(ack_skb->data +
H A Dsdio.h103 memmove(&a->mpa_tx.buf[a->mpa_tx.buf_len], \
/linux-master/net/ipv6/
H A Drpl_iptunnel.c171 memmove(hdr, oldhdr, sizeof(*hdr));
/linux-master/drivers/media/platform/mediatek/vcodec/encoder/venc/
H A Dvenc_vp8_if.c272 memmove(bs_buf->va + bs_hdr_len + ac_tag_size,
/linux-master/fs/afs/
H A Dvl_list.c304 memmove(vllist->servers + j + 1,
/linux-master/drivers/tty/hvc/
H A Dhvc_vio.c93 memmove(&pv->buf[i], &pv->buf[i+1],
/linux-master/fs/bcachefs/
H A Dprintbuf.c257 memmove(buf->buf + buf->last_field + pad,
/linux-master/include/linux/
H A Dstring.h256 extern void * memmove(void *,const void *,__kernel_size_t);
/linux-master/arch/x86/include/asm/
H A Defi.h119 * arch/x86/boot/compressed/string.c. The same applies to memcpy and memmove.
123 #undef memmove macro
/linux-master/arch/loongarch/
H A DMakefile116 cflags-y += -fno-builtin-memcpy -fno-builtin-memmove -fno-builtin-memset
/linux-master/lib/xz/
H A Dxz_dec_lzma2.c401 memmove(dict->buf + dict->pos, b->in + b->in_pos, copy_size);
412 * Like above but for multi-call mode: use memmove()
415 memmove(b->out + b->out_pos, b->in + b->in_pos,
917 memmove(s->temp.buf, s->temp.buf + s->rc.in_pos,
/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00queue.c146 memmove(skb->data, skb->data + align, frame_length);
162 memmove(skb->data, skb->data + l2pad, hdr_len);
172 memmove(skb->data + l2pad, skb->data, hdr_len);
/linux-master/net/xfrm/
H A Dxfrm_output.c77 memmove(skb_network_header(skb), iph, ihl);
181 memmove(ipv6_hdr(skb), iph, hdr_len);
211 memmove(ipv6_hdr(skb), iph, hdr_len);
/linux-master/fs/xfs/libxfs/
H A Dxfs_dir2_block.c503 memmove(blp, &blp[1], mid * sizeof(*blp));
531 memmove(&blp[lowstale], &blp[lowstale + 1],
543 memmove(&blp[mid + 1], &blp[mid],
H A Dxfs_attr_leaf.c812 memmove(sfe, next, end - next);
1426 memmove(entry + 1, entry, tmp);
2153 memmove(entry, entry + 1, tmp);
2529 memmove(entry_d, entry_s, tmp);
2565 memmove(xfs_attr3_leaf_name(leaf_d, desti),
2599 memmove(entry_d, entry_s, tmp);
/linux-master/fs/ext2/
H A Dxattr.c567 memmove((char *)here + size, here, rest);
591 memmove(first_val + size, first_val, val - first_val);
611 memmove(here, (char*)here + size,
/linux-master/arch/x86/kernel/cpu/mtrr/
H A Dgeneric.c168 memmove(cache_map + idx, cache_map + idx + 1,
226 memmove(cache_map + idx + 1, cache_map + idx,
414 memmove(cache_map, init_cache_map,
/linux-master/net/sunrpc/
H A Dxdr.c248 * Helper routines for doing 'memmove' like operations on a struct xdr_buf
306 memmove(vto + pgto_base, vto + pgfrom_base, copy);
377 memmove(vto + pgto_base, vto + pgfrom_base, copy);
595 memmove(tail->iov_base + to, tail->iov_base + base, len);
675 memmove(head->iov_base + to, head->iov_base + base, len);
765 memmove(tail->iov_base + base - shift, tail->iov_base + base, len);
847 memmove(head->iov_base + (base - shift),
1033 memmove(page, page + shift, (void *)xdr->p - page);
/linux-master/net/9p/
H A Dclient.c1129 memmove(&fid->qid, &qid, sizeof(struct p9_qid));
1196 memmove(&fid->qid, &wqids[nwqids - 1], sizeof(struct p9_qid));
1198 memmove(&fid->qid, &oldfid->qid, sizeof(struct p9_qid));
1250 memmove(&fid->qid, &qid, sizeof(struct p9_qid));
1294 memmove(&ofid->qid, qid, sizeof(struct p9_qid));
1337 memmove(&fid->qid, &qid, sizeof(struct p9_qid));
2091 memmove(data, dataptr, count);

Completed in 215 milliseconds

1234567891011>>