Home
last modified time | relevance | path

Searched defs:clone (Results 1 – 25 of 72) 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-rq.c21 struct request *orig, *clone; member
78 static void end_clone_bio(struct bio *clone) in end_clone_bio()
157 static void dm_end_request(struct request *clone, blk_status_t error) in dm_end_request()
204 static void dm_done(struct request *clone, blk_status_t error, bool mapped) in dm_done()
255 struct request *clone = tio->clone; in dm_softirq_done() local
297 static enum rq_end_io_ret end_clone_request(struct request *clone, in end_clone_request()
320 static int setup_clone(struct request *clone, struct request *rq, in setup_clone()
368 struct request *clone = NULL; in map_request() local
H A Ddm-rq.h31 struct bio clone; member
H A Ddm.c93 static inline struct dm_target_io *clone_to_tio(struct bio *clone) in clone_to_tio()
540 static void dm_start_io_acct(struct dm_io *io, struct bio *clone) in dm_start_io_acct()
575 struct bio *clone; in alloc_io() local
618 struct bio *clone; in alloc_tio() local
659 static void free_tio(struct bio *clone) in free_tio()
1358 void dm_submit_bio_remap(struct bio *clone, struct bio *tgt_clone) in dm_submit_bio_remap()
1395 static void __map_bio(struct bio *clone) in __map_bio()
1501 struct bio *clone; in __send_duplicate_bios() local
1570 struct bio *clone; in __send_empty_flush() local
1721 struct bio *clone; in __split_and_process_bio() local
[all …]
/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
H A Dlifetime.rs82 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/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_ethtool.c156 struct fbnic_net *clone; in fbnic_clone_create() local
169 fbnic_clone_swap_cfg(struct fbnic_net * orig,struct fbnic_net * clone) fbnic_clone_swap_cfg() argument
200 fbnic_clone_swap(struct fbnic_net * orig,struct fbnic_net * clone) fbnic_clone_swap() argument
220 fbnic_clone_free(struct fbnic_net * clone) fbnic_clone_free() argument
320 struct fbnic_net *clone; fbnic_set_ringparam() local
1513 struct fbnic_net *clone; fbnic_set_channels() local
[all...]
/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
/linux/drivers/net/usb/
H A Dlg-vl600.c103 struct sk_buff *clone; in vl600_rx_fixup() local

123