Searched refs:copy (Results 226 - 250 of 384) sorted by relevance

1234567891011>>

/linux-master/drivers/dma/
H A Dpxa_dma.c925 size_t copy; local
949 copy = min_t(size_t, len, PDMA_MAX_DESC_BYTES);
950 hw_desc->dcmd = dcmd | (PXA_DCMD_LENGTH & copy);
953 len -= copy;
954 dma_src += copy;
955 dma_dst += copy;
/linux-master/net/netfilter/
H A Dnft_set_pipapo.c513 * key data against the uncommitted copy and doesn't use preallocated maps for
692 * and copy data over. In case the new size is smaller, throw away data for
701 unsigned int new_bucket_size, copy; local
717 copy = f->bsize;
719 copy = new_bucket_size;
733 memcpy(new_p, old_p, copy * sizeof(*new_p));
734 new_p += copy;
735 old_p += copy;
1384 * pipapo_clone() - Clone matching data to create new working copy
1387 * Return: copy o
[all...]
/linux-master/net/tipc/
H A Dsocket.c1891 int rc, err, hlen, dlen, copy; local
1938 copy = min_t(int, dlen - offset, buflen);
1939 rc = skb_copy_datagram_msg(skb, hlen + offset, m, copy);
1942 if (unlikely(offset + copy < dlen)) {
1945 skb_cb->bytes_read = offset + copy;
1956 copy = 0;
1969 copy = 0;
1999 return rc ? rc : copy;
2023 int offset, required, copy, copied = 0; local
2070 copy
[all...]
/linux-master/arch/sh/kernel/cpu/sh2/
H A Dentry.S101 mov r2,r8 ! copy user -> kernel stack
289 and r1,r3 ! copy MD bit
/linux-master/drivers/gpu/drm/qxl/
H A Dqxl_dev.h689 struct qxl_copy copy; member in union:qxl_compat_drawable::__anon828
718 struct qxl_copy copy; member in union:qxl_drawable::__anon829
/linux-master/include/uapi/linux/
H A Dcdrom.h886 __u8 copy : 1; member in struct:__anon693
898 __u8 copy : 1; member in struct:__anon693
/linux-master/arch/xtensa/lib/
H A Dstrncpy_user.S125 # copy 2 bytes
181 * for now just use byte copy loop
/linux-master/arch/mips/boot/
H A Delf2ecoff.c68 static void copy(int out, int in, off_t offset, off_t size) function
75 perror("copy: lseek");
86 fprintf(stderr, "copy: read: %s\n",
92 perror("copy: write");
412 /* If there is a gap between text and data, we'll fill it when we copy
598 copy(outfile, infile, ph[i].p_offset,
/linux-master/sound/soc/
H A Dsoc-compress.c641 !component->driver->compress_ops->copy)
644 compr->ops->copy = snd_soc_component_compr_copy;
/linux-master/drivers/media/pci/solo6x10/
H A Dsolo6x10-g723.c240 .copy = snd_solo_pcm_copy,
/linux-master/sound/sh/
H A Dsh_dac_audio.c212 .copy = snd_sh_dac_pcm_copy,
/linux-master/arch/alpha/lib/
H A Dudiv-qrnnd.S24 # You should have received a copy of the GNU General Public License
/linux-master/tools/testing/selftests/hid/tests/
H A Dbase.py161 effective_events = effective_events.copy()
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_tx.c575 u32 copy = (ring->size - index) << LOG_TXBB_SIZE; local
578 for (i = desc_size - copy - 4; i >= 0; i -= 4) {
583 *((u32 *) (ring->bounce_buf + copy + i));
586 for (i = copy - 4; i >= 4 ; i -= 4) {
1090 /* If we used a bounce buffer then copy descriptor back into place */
/linux-master/drivers/gpu/drm/v3d/
H A Dv3d_drv.h404 /* Offset of the copy buffer in the BO */
407 /* Stride of the copy buffer in the BO */
420 struct v3d_copy_query_results_info copy; member in struct:v3d_cpu_job
/linux-master/drivers/clk/samsung/
H A Dclk-exynos4.c1199 #define E4210_CPU_DIV1(hpm, copy) \
1200 (((hpm) << 4) | ((copy) << 0))
1230 #define E4412_CPU_DIV1(cores, hpm, copy) \
1231 (((cores) << 8) | ((hpm) << 4) | ((copy) << 0))
/linux-master/arch/m68k/fpsp040/
H A Dsrem_mod.S142 movel %d5,%d7 | ...a copy of D5
187 movel %d2,%d7 | ...a copy of D2
287 movel %d2,%d7 | ...a copy of D2
/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_migrate.c36 static int copy(struct intel_migrate *migrate, function
441 return copy(migrate, __migrate_copy, sz, prng);
447 return copy(migrate, __global_copy, sz, prng);
959 pr_info("%s: %zd KiB copy: %lld MiB/s\n",
/linux-master/kernel/
H A Daudit.c18 * ii) names from getname are stored without a copy, and
804 * it has to copy it anyways.
808 struct sk_buff *copy; local
828 copy = skb_copy(skb, GFP_KERNEL);
829 if (!copy)
831 nlh = nlmsg_hdr(copy);
834 nlmsg_multicast(sock, copy, 0, AUDIT_NLGRP_READLOG, GFP_KERNEL);
/linux-master/drivers/gpu/drm/tegra/
H A Ddsi.c790 struct tegra_dsi_state *copy; local
792 copy = kmemdup(state, sizeof(*state), GFP_KERNEL);
793 if (!copy)
797 &copy->base);
799 return &copy->base;
/linux-master/net/xdp/
H A Dxsk.c620 u32 hr, len, ts, offset, copy, copied; local
652 copy = min_t(u32, PAGE_SIZE - offset, len - copied);
653 skb_fill_page_desc(skb, i, page, offset, copy);
655 copied += copy;
656 addr += copy;
1010 /* Poll needs to drive Tx also in copy mode */
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dramgk104.c5 * copy of this software and associated documentation files (the "Software"),
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
1117 struct nvkm_ram_data *copy; local
1133 copy = &ram->base.former;
1136 copy = &ram->base.target;
1139 xits->bios.ramcfg_11_02_04 = copy->bios.ramcfg_11_02_04;
1140 xits->bios.ramcfg_11_02_03 = copy->bios.ramcfg_11_02_03;
1141 xits->bios.timing_20_30_07 = copy->bios.timing_20_30_07;
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Defx.c776 if (channel->type->copy)
799 if (channel->type->copy)
800 channel = channel->type->copy(channel);
822 if (!channel->type->copy)
834 if (channel && channel->type->copy) {
872 .copy = ef4_copy_channel,
/linux-master/mm/
H A Dmempolicy.c1473 unsigned long copy = ALIGN(maxnode-1, 64) / 8; local
1480 if (copy > nbytes) {
1481 if (copy > PAGE_SIZE)
1483 if (clear_user((char __user *)mask + nbytes, copy - nbytes))
1485 copy = nbytes;
1493 return copy_to_user(mask, nodes_addr(*nodes), copy) ? -EFAULT : 0;
2435 /* create a local copy of node weights to operate on outside rcu */
/linux-master/kernel/sched/
H A Dsched.h536 * Use a copy of a u64 value to protect against data race. This is only
540 # define u64_u32_load_copy(var, copy) var
541 # define u64_u32_store_copy(var, copy, val) (var = val)
543 # define u64_u32_load_copy(var, copy) \
547 __val_copy = copy; \
550 * to var and copy. \
557 # define u64_u32_store_copy(var, copy, val) \
563 * copy. \
566 copy = __val; \
656 /* Locally cached copy o
[all...]

Completed in 474 milliseconds

1234567891011>>