Searched refs:memmove (Results 276 - 300 of 521) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/base/regmap/
H A Dregcache-rbtree.c302 memmove(blk + offset * map->cache_word_size,
/linux-master/net/ipv6/
H A Dioam6_iptunnel.c243 memmove(hdr, oldhdr, sizeof(*oldhdr));
H A Dah6.c232 memmove(addrs + 1, addrs, (segments_left - 1) * sizeof(*addrs));
H A Dreassembly.c285 memmove(skb->head + sizeof(struct frag_hdr), skb->head,
/linux-master/drivers/net/slip/
H A Dslhc.c614 memmove(icp + hdrlen, cp, len - hdrlen);
/linux-master/fs/ntfs3/
H A Dindex.c602 memmove(Add2Ptr(e, ins_bytes), e, to_move);
835 memmove(Add2Ptr(before, de_size), before, used - off);
863 memmove(re, Add2Ptr(re, esize), bytes);
1869 memmove(de_t, Add2Ptr(sp, sp_size), used - le32_to_cpu(hdr1->de_off));
/linux-master/arch/x86/mm/
H A Dnuma.c164 memmove(&mi->blk[idx], &mi->blk[idx + 1],
/linux-master/net/hsr/
H A Dhsr_forward.c314 memmove(dst, src, movelen);
/linux-master/lib/
H A Dbitmap.c211 memmove(dst, src, len * sizeof(*dst));
H A Dkobject_uevent.c436 memmove(env->envp[i], env->envp[i + 1],
/linux-master/drivers/net/wireless/marvell/libertas_tf/
H A Dmain.c531 memmove(skb->data + 2, skb->data, skb->len);
/linux-master/net/xfrm/
H A Despintcp.c39 memmove(skb->cb, &tcp_cb->header, sizeof(tcp_cb->header));
/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_stream.c85 memmove(
/linux-master/fs/xfs/libxfs/
H A Dxfs_inode_fork.c437 memmove(np, op, cur_max * (uint)sizeof(xfs_fsblock_t));
/linux-master/fs/udf/
H A Dinode.c1043 memmove(&laarr[c + 2], &laarr[c + 1],
1071 memmove(&laarr[i],
1112 memmove(&laarr[i + 1], &laarr[i + 2],
1147 memmove(&laarr[i + 1], &laarr[i + 2],
/linux-master/crypto/
H A Ddh.c448 memmove(key, &key[1], *key_size);
/linux-master/drivers/char/xilinx_hwicap/
H A Dxilinx_hwicap.c380 memmove(drvdata->read_buffer,
/linux-master/net/ipv6/netfilter/
H A Dnf_conntrack_reasm.c343 memmove(skb->head + sizeof(struct frag_hdr), skb->head,
/linux-master/scripts/kconfig/
H A Dconf.c69 memmove(str, p, l + 1);
/linux-master/fs/vboxsf/
H A Dutils.c429 memmove(shfl_path->string.utf8, path, path_len);
/linux-master/fs/sysfs/
H A Dfile.c121 memmove(buf, buf + pos, len);
/linux-master/fs/bcachefs/
H A Dsb-members.c74 memmove(dst, __bch2_members_v2_get_mut(mi, i), le16_to_cpu(mi->member_bytes));
/linux-master/arch/arc/kernel/
H A Dperf_event.c667 memmove(arc_pmu->raw_entry[j].name, str, ARCPMU_EVENT_NAME_LEN - 1);
/linux-master/fs/jffs2/
H A Dwbuf.c446 memmove(c->wbuf, rewrite_buf + towrite, c->wbuf_len);
453 memmove(c->wbuf, c->wbuf + (start - c->wbuf_ofs), end - start);
/linux-master/drivers/md/bcache/
H A Dbset.c177 memmove(l->keys,
867 memmove((uint64_t *) where + bkey_u64s(insert),

Completed in 253 milliseconds

<<11121314151617181920>>