Home
last modified time | relevance | path

Searched refs:cloned (Results 1 – 25 of 61) sorted by relevance

123

/openbmc/linux/drivers/net/wwan/t7xx/
H A Dt7xx_port_wwan.c58 struct sk_buff *cur = skb, *cloned; in t7xx_port_ctrl_tx() local
76 cloned = skb_clone(cur, GFP_KERNEL); in t7xx_port_ctrl_tx()
77 cloned->len = skb_headlen(cur); in t7xx_port_ctrl_tx()
78 ret = t7xx_port_send_skb(port_private, cloned, 0, 0); in t7xx_port_ctrl_tx()
80 dev_kfree_skb(cloned); in t7xx_port_ctrl_tx()
/openbmc/linux/rust/alloc/vec/
H A Dspec_extend.rs86 self.spec_extend(iterator.cloned()) in spec_extend()
96 self.try_spec_extend(iterator.cloned()) in try_spec_extend()
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Ddm-clone.rst17 for fast, low-latency I/O. The cloned device is visible/mountable immediately
52 1. A source device - the read-only device that gets cloned and source of the
146 destination dev The destination device, where the source will be cloned
147 source dev Read only device containing the data that gets cloned
243 mount /dev/mapper/clone /mnt/cloned-fs
244 fstrim /mnt/cloned-fs
319 un-provisioned/not-yet-cloned areas the same way as dm-clone does.
/openbmc/linux/fs/
H A Dioctl.c235 loff_t cloned; in ioctl_file_clone() local
240 cloned = vfs_clone_file_range(src_file.file, off, dst_file, destoff, in ioctl_file_clone()
242 if (cloned < 0) in ioctl_file_clone()
243 ret = cloned; in ioctl_file_clone()
244 else if (olen && cloned != olen) in ioctl_file_clone()
/openbmc/linux/Documentation/fb/
H A Dsa1100fb.rst5 .. [This file is cloned from VesaFB/matroxfb]
H A Dgxfb.rst5 .. [This file is cloned from VesaFB/aty128fb]
H A Dlxfb.rst5 .. [This file is cloned from VesaFB/aty128fb]
H A Daty128fb.rst5 .. [This file is cloned from VesaFB/matroxfb]
/openbmc/openbmc/poky/scripts/
H A Dpatchtest.README47 To work with patchtest, you should have the following repositories cloned:
57 Patch files can be obtained directly from cloned repositories using `git
106 https://git.yoctoproject.org/patchtest/ repository must be cloned and
/openbmc/linux/drivers/virt/
H A DKconfig22 to reseed the RNG when the VM is cloned. This is highly recommended if
/openbmc/linux/rust/macros/
H A Dpin_data.rs39 res.extend(ty_generics.iter().cloned()); in pin_data()
/openbmc/openbmc/poky/documentation/kernel-dev/
H A Dmaint-appx.rst42 Once you have cloned the kernel Git repository and the cache of Metadata
135 #. *Clone Base Repository:* The base repository is cloned, and the
144 locally cloned, configured, and built into a Yocto Project kernel
175 Once you have cloned a Yocto Linux kernel repository and the cache
/openbmc/linux/Documentation/gpu/
H A Dvkms.rst162 - Add support for cloned writeback outputs and related test cases using a
163 cloned output in the IGT kms_writeback.
/openbmc/linux/Documentation/networking/
H A Ddriver.rst110 cloned SKB.
/openbmc/linux/fs/overlayfs/
H A Dcopy_up.c240 loff_t cloned; in ovl_copy_up_file() local
255 cloned = do_clone_file_range(old_file, 0, new_file, 0, len, 0); in ovl_copy_up_file()
256 if (cloned == len) in ovl_copy_up_file()
/openbmc/openbmc/meta-openembedded/meta-oe/classes/
H A Dgitpkgv.bbclass13 # gitpkgv.bbclass assumes the git repository has been cloned, and
/openbmc/qemu/docs/interop/
H A Dfirmware.json234 # multiple guests. The NVRAM template must be cloned
238 # variable storage. The executable must be cloned
271 # cloned before use and configured with readonly=off.
/openbmc/docs/development/
H A Dgerrit-setup.md74 Inside the repo you just cloned, enter the following commands:
/openbmc/qemu/scripts/
H A Dqemu-binfmt-conf.sh207 are cloned from the open file.
/openbmc/linux/tools/perf/util/
H A Dpmu.c662 struct parse_events_term *term, *cloned; in pmu_alias_terms() local
667 ret = parse_events_term__clone(&cloned, term); in pmu_alias_terms()
676 cloned->weak = true; in pmu_alias_terms()
677 list_add_tail(&cloned->list, &list); in pmu_alias_terms()
/openbmc/linux/fs/nfsd/
H A Dvfs.c619 loff_t cloned; in nfsd4_clone_file_range() local
623 cloned = vfs_clone_file_range(src, src_pos, dst, dst_pos, count, 0); in nfsd4_clone_file_range()
624 if (cloned < 0) { in nfsd4_clone_file_range()
625 ret = nfserrno(cloned); in nfsd4_clone_file_range()
628 if (count && cloned != count) { in nfsd4_clone_file_range()
/openbmc/linux/Documentation/filesystems/
H A Dfiles.rst14 table between tasks cloned with CLONE_FILES flag. Typically
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wxwidgets/
H A Dwxwidgets_3.2.1.bb34 # These can be either 'builtin' or 'sys' and builtin means cloned soures are
/openbmc/linux/net/tipc/
H A Dcrypto.c154 struct tipc_aead *cloned; member
411 if (aead->cloned) { in tipc_aead_free()
412 tipc_aead_put(aead->cloned); in tipc_aead_free()
597 tmp->cloned = NULL; in tipc_aead_init()
664 aead->cloned = src; in tipc_aead_clone()
/openbmc/linux/Documentation/block/
H A Dinline-encryption.rst128 layered devices, when a request is cloned, its encryption context is cloned as
129 well. When the cloned request is submitted, it is then processed as usual; this

123