/openbmc/linux/drivers/net/wwan/t7xx/ |
H A D | t7xx_port_wwan.c | 58 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 D | spec_extend.rs | 86 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 D | dm-clone.rst | 17 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 D | ioctl.c | 235 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 D | lxfb.rst | 5 .. [This file is cloned from VesaFB/aty128fb]
|
H A D | sa1100fb.rst | 5 .. [This file is cloned from VesaFB/matroxfb]
|
H A D | gxfb.rst | 5 .. [This file is cloned from VesaFB/aty128fb]
|
H A D | aty128fb.rst | 5 .. [This file is cloned from VesaFB/matroxfb]
|
/openbmc/openbmc/poky/scripts/ |
H A D | patchtest.README | 42 To work with patchtest, you should have the following repositories cloned: 52 Patch files can be obtained directly from cloned repositories using `git 101 https://git.yoctoproject.org/patchtest/ repository must be cloned and
|
/openbmc/openbmc/poky/documentation/kernel-dev/ |
H A D | maint-appx.rst | 42 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/rust/macros/ |
H A D | pin_data.rs | 39 res.extend(ty_generics.iter().cloned()); in pin_data()
|
/openbmc/linux/drivers/virt/ |
H A D | Kconfig | 22 to reseed the RNG when the VM is cloned. This is highly recommended if
|
/openbmc/linux/Documentation/gpu/ |
H A D | vkms.rst | 162 - 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 D | driver.rst | 110 cloned SKB.
|
/openbmc/linux/fs/overlayfs/ |
H A D | copy_up.c | 71 /* release cloned acl */ in ovl_copy_acl() 240 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 D | gitpkgv.bbclass | 13 # gitpkgv.bbclass assumes the git repository has been cloned, and
|
/openbmc/linux/fs/nfsd/ |
H A D | vfs.c | 620 loff_t cloned; in nfsd4_clone_file_range() local 624 cloned = vfs_clone_file_range(src, src_pos, dst, dst_pos, count, 0); in nfsd4_clone_file_range() 625 if (cloned < 0) { in nfsd4_clone_file_range() 626 ret = nfserrno(cloned); in nfsd4_clone_file_range() 629 if (count && cloned != count) { in nfsd4_clone_file_range()
|
/openbmc/linux/tools/perf/util/ |
H A D | pmu.c | 702 struct parse_events_term *term, *cloned; in pmu_alias_terms() local 707 ret = parse_events_term__clone(&cloned, term); in pmu_alias_terms() 716 cloned->weak = true; in pmu_alias_terms() 717 list_add_tail(&cloned->list, &list); in pmu_alias_terms()
|
/openbmc/qemu/docs/interop/ |
H A D | firmware.json | 271 # multiple guests. The NVRAM template must be cloned 275 # variable storage. The executable must be cloned 308 # cloned before use and configured with readonly=off.
|
/openbmc/docs/development/ |
H A D | gerrit-setup.md | 74 Inside the repo you just cloned, enter the following commands:
|
/openbmc/qemu/scripts/ |
H A D | qemu-binfmt-conf.sh | 207 are cloned from the open file.
|
/openbmc/linux/net/tipc/ |
H A D | crypto.c | 154 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/openbmc/meta-arm/documentation/ |
H A D | continuous-integration-and-kas.md | 31 …d setting KAS\_WORK\_DIR to the directory where repositories are already cloned will save having t…
|
/openbmc/linux/Documentation/filesystems/ |
H A D | files.rst | 14 table between tasks cloned with CLONE_FILES flag. Typically
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wxwidgets/ |
H A D | wxwidgets_3.2.6.bb | 35 # These can be either 'builtin' or 'sys' and builtin means cloned soures are
|