Home
last modified time | relevance | path

Searched defs:clone (Results 1 – 25 of 74) sorted by relevance

123

/linux/rust/syn/gen/
H A Dclone.rs10 fn clone(&self) -> Self { in clone() method
20 fn clone(&self) -> Self { in clone() method
32 fn clone(&self) -> Self { in clone() method
46 fn clone(&self) -> Self { in clone() method
58 fn clone(&self) -> Self { in clone() method
73 fn clone(&self) -> Self { in clone() method
80 fn clone(&self) -> Self { in clone() method
92 fn clone(&self) -> Self { in clone() method
103 fn clone(&self) -> Self { in clone() method
118 fn clone(&self) -> Self { in clone() method
[all …]
/linux/drivers/md/
H A Ddm-clone-target.c69 struct clone { struct
86 struct dm_clone_metadata *cmd; argument
89 struct hash_table_bucket *ht;
91 atomic_t ios_in_flight;
93 wait_queue_head_t hydration_stopped;
95 mempool_t hydration_pool;
97 unsigned long last_commit_jiffies;
106 spinlock_t lock;
107 struct bio_list deferred_bios;
108 struct bio_list deferred_discard_bios;
[all …]
H A Ddm-flakey.c407 static void clone_free(struct bio *clone) in clone_free()
420 static void clone_endio(struct bio *clone) in clone_endio()
430 struct bio *clone; in clone_bio() local
553 struct bio *clone = clone_bio(ti, fc, bio); in flakey_map() local
H A Ddm-rq.h31 struct bio clone; member
H A Ddm-target.c201 struct request **clone) in io_err_clone_and_map_rq()
206 static void io_err_release_clone_rq(struct request *clone, in io_err_release_clone_rq()
/linux/tools/testing/selftests/bpf/progs/
H A Ddynptr_fail.c1480 struct bpf_dynptr clone; clone_invalid2() local
1499 struct bpf_dynptr clone; clone_invalidate1() local
1521 struct bpf_dynptr clone; clone_invalidate2() local
1568 struct bpf_dynptr clone; clone_invalidate4() local
1594 struct bpf_dynptr clone; clone_invalidate5() local
1648 struct bpf_dynptr clone; clone_skb_packet_data() local
1674 struct bpf_dynptr clone; clone_xdp_packet_data() local
[all...]
/linux/rust/syn/
H A Derror.rs381 fn clone(&self) -> Self { in clone() method
389 fn clone(&self) -> Self { in clone() method
398 fn clone(&self) -> Self { in clone() method
H A Dpunctuated.rs392 fn clone(&self) -> Self { in clone() function
599 fn clone(&self) -> Self { in clone() method
692 fn clone(&self) -> Self { in clone() function
737 fn clone(&self) -> Self { in clone() function
778 fn clone(&self) -> Self { in clone() method
836 fn clone(&self) -> Self { in clone() method
1056 fn clone(&self) -> Self { in clone() function
H A Dfixup.rs451 fn clone(&self) -> Self { in clone() method
468 fn clone(&self) -> Self { in clone() method
H A Dthread.rs59 fn clone(&self) -> Self { in clone() method
H A Dext.rs134 fn clone(&self) -> Self { in clone() method
H A Dparse.rs363 fn clone(&self) -> Self { in clone() method
414 fn clone(&self) -> Self { in clone() method
1388 fn clone(&self) -> Self { in clone() method
H A Dprecedence.rs195 fn clone(&self) -> Self { in clone() method
H A Dlookahead.rs301 fn clone(&self) -> Self { in clone() method
/linux/fs/f2fs/
H A Dacl.c296 struct posix_acl *clone = NULL; in f2fs_acl_clone() local
366 struct posix_acl *clone; in f2fs_acl_create() local
/linux/fs/
H A Dposix_acl.c220 struct posix_acl *clone = NULL; in posix_acl_clone() local
557 struct posix_acl *clone = posix_acl_clone(*acl, gfp); in __posix_acl_create() local
575 struct posix_acl *clone = posix_acl_clone(*acl, gfp); in __posix_acl_chmod() local
637 struct posix_acl *clone; in posix_acl_create() local
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_ethtool.c156 struct fbnic_net *clone; in fbnic_clone_create() local
169 struct fbnic_net *clone) in fbnic_clone_swap_cfg()
200 struct fbnic_net *clone) in fbnic_clone_swap()
220 static void fbnic_clone_free(struct fbnic_net *clone) in fbnic_clone_free()
320 struct fbnic_net *clone; in fbnic_set_ringparam() local
1519 struct fbnic_net *clone; in fbnic_set_channels() local
/linux/include/linux/dsa/
H A Docelot.h16 struct sk_buff *clone; member
265 struct sk_buff *clone = OCELOT_SKB_CB(skb)->clone; in ocelot_ptp_rew_op() local
H A Dksz_common.h38 struct sk_buff *clone; member
H A Dsja1105.h57 struct sk_buff *clone; member
/linux/drivers/gpu/drm/nouveau/nvkm/engine/dma/
H A Dusernv04.c35 bool clone; member
/linux/fs/btrfs/
H A Dfiemap.c308 struct extent_buffer *clone = path->nodes[0]; in fiemap_next_leaf_item() local
374 struct extent_buffer *clone; in fiemap_search_slot() local
/linux/scripts/gcc-plugins/
H A Dgcc-generate-rtl-pass.h97 virtual opt_pass *clone() { return new _PASS_NAME_PASS(); } in clone() function
H A Dgcc-generate-simple_ipa-pass.h97 virtual opt_pass *clone() { return new _PASS_NAME_PASS(); } in clone() function
H A Dgcc-generate-gimple-pass.h97 virtual opt_pass * clone () { return new _PASS_NAME_PASS(); } in clone() function

123