Searched refs:copy (Results 276 - 300 of 384) sorted by relevance

<<111213141516

/linux-master/drivers/clk/samsung/
H A Dclk-exynos5250.c755 #define E5250_CPU_DIV1(hpm, copy) \
756 (((hpm) << 4) | (copy))
H A Dclk-exynos3250.c759 #define E3250_CPU_DIV1(hpm, copy) \
760 (((hpm) << 4) | ((copy) << 0))
/linux-master/scripts/
H A DMakefile.package182 $(call cmd,copy)
/linux-master/drivers/scsi/isci/
H A Drequest.c18 * You should have received a copy of the GNU General Public License
664 bool copy)
719 return sci_stp_pio_request_construct(ireq, copy);
755 bool copy = false; local
760 copy = (task->data_dir == DMA_NONE) ? false : true;
765 copy);
967 * @sci_req: This parameter specifies the request object for which to copy
1441 * @data_buffer: The buffer to copy from.
1453 * copy just the data for the transfer */
1461 /* We are transfering the whole frame so copy */
661 sci_io_request_construct_sata(struct isci_request *ireq, u32 len, enum dma_data_direction dir, bool copy) argument
[all...]
/linux-master/kernel/
H A Dsys.c1289 size_t copy; local
1299 copy = clamp_t(size_t, len, 1, sizeof(buf));
1300 copy = scnprintf(buf, copy, "2.6.%u%s", v, rest);
1301 ret = copy_to_user(release, buf, copy + 1);
2356 /* anon_vma has its own copy */
/linux-master/drivers/scsi/cxgbi/
H A Dlibcxgbi.c1772 unsigned int copy; local
1786 copy = min(datalen, sglen);
1790 frags[i - 1].size += copy;
1801 frags[i].size = copy;
1804 datalen -= copy;
1805 sgoffset += copy;
1806 sglen -= copy;
/linux-master/fs/
H A Dnamespace.c3091 * propagating a copy @c of @mnt_from on top of @mnt_to. This
3099 * mean propagating a copy @c of @mnt_from on top of @mnt_from.
3105 * covered by a copy @c of @mnt_from and @c would be covered by
3551 char *copy; local
3557 copy = kmalloc(PAGE_SIZE, GFP_KERNEL);
3558 if (!copy)
3561 left = copy_from_user(copy, data, PAGE_SIZE);
3572 copy[offset] = c;
3578 kfree(copy);
3582 return copy;
[all...]
/linux-master/include/linux/
H A Dskbuff.h508 * If we need to compute a TX checksum, we'll need to copy
533 * The zerocopy_success argument is true if zero copy transmit occurred,
534 * false on data copy or out of memory error caused by data copy attempt.
2019 * If the buffer is shared the buffer is cloned and the old copy
2050 * skb_unshare - make a copy of a shared buffer
2055 * copy of the data, drops a reference count on the old copy and returns
2056 * the new copy with the reference count at 1. If the buffer is not a clone
2069 /* Free our shared copy */
3775 skb_add_data(struct sk_buff *skb, struct iov_iter *from, int copy) argument
4855 __nf_copy(struct sk_buff *dst, const struct sk_buff *src, bool copy) argument
[all...]
/linux-master/kernel/trace/
H A Dtrace_events_user.c2212 struct iov_iter copy; local
2227 copy = *i;
2230 probe_func(user, &copy, tpdata, &faulted);
/linux-master/arch/alpha/lib/
H A Dstxncpy.S42 aligned copy in its own procedure descriptor */
192 /* Unaligned copy main loop. In order to avoid reading too much,
289 /* Unaligned copy entry point. */
319 andnot t2, t6, t2 # e0 : dest mask for a single word copy
H A Dev6-stxncpy.S52 aligned copy in its own procedure descriptor */
234 /* Unaligned copy main loop. In order to avoid reading too much,
335 /* Unaligned copy entry point. */
366 andnot t2, t6, t2 # E : dest mask for a single word copy
/linux-master/arch/sh/lib/
H A Dcopy_page.S131 * Come here if there are less than 12 bytes to copy
169 ! Skip the large copy for small transfers
/linux-master/arch/m68k/math-emu/
H A Dfp_scan.S97 lea (FPD_TEMPFP1,FPDATA),%a1 | copy src into a temp location
/linux-master/tools/perf/scripts/python/
H A Dsched-migration.py170 self.rqs = prev.rqs.copy()
/linux-master/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-regs.c453 if (scaler->copy)
H A Dcamif-core.c175 scaler->copy = 0;
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dnet_driver.h178 * @cb_page: Array of pages of copy buffers. Carved up according to
470 * @copy: Copy the channel state prior to reallocation. May be %NULL if
481 struct ef4_channel *(*copy)(const struct ef4_channel *); member in struct:ef4_channel_type
/linux-master/arch/arm/mm/
H A Dcache-v7.S160 mov r9, r1 @ create working copy of max index
/linux-master/arch/mips/cavium-octeon/
H A Docteon-memcpy.S58 * of the copy,
276 # we may need to copy up to 3 NBYTES words.
/linux-master/sound/isa/sb/
H A Demu8000_pcm.c397 * copy / silence ops
401 * this macro should be inserted in the copy/silence loops
436 /* copy one channel block */
488 * copy the interleaved data can be done easily by using
628 .copy = emu8k_pcm_copy,
/linux-master/drivers/video/fbdev/
H A Dleo.c114 u32 copy; member in struct:leo_lc_ss0_usr
259 * @regno: boolean, 0 copy local, 1 get_user() function
/linux-master/Documentation/sphinx/
H A Dkfigure.py304 # the builder needs not to copy one more time, so pop it if exists.
572 option_spec = Figure.option_spec.copy()
/linux-master/sound/soc/sprd/
H A Dsprd-pcm-compress.c562 * of the stage 0 IRAM buffer, we should copy one
563 * partial data to the stage 0 IRAM buffer, and copy
664 .copy = sprd_platform_compr_copy,
/linux-master/sound/soc/sof/
H A Dsof-client-probes.c188 .copy = sof_probes_compr_copy,
/linux-master/net/netfilter/ipset/
H A Dip_set_core.c869 * renaming, grab ip_set_ref_lock as reader (see ip_set_rename()) and copy the
2287 goto copy;
2304 goto copy;
2322 goto copy;
2329 copy:

Completed in 519 milliseconds

<<111213141516