Home
last modified time | relevance | path

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

/DragonOS/kernel/src/libs/
H A Dlock_free_flags.rs40 fn clone(&self) -> Self { in clone() method
H A Drbtree.rs65 fn clone(&self) -> NodePtr<K, V> { in clone() method
358 fn clone(&self) -> RBTree<K, V> { in clone() method
477 fn clone(&self) -> Keys<'a, K, V> { in clone() method
522 fn clone(&self) -> Values<'a, K, V> { in clone() method
570 fn clone(&self) -> ValuesMut<'a, K, V> { in clone() method
685 fn clone(&self) -> Iter<'a, K, V> { in clone() method
757 fn clone(&self) -> IterMut<'a, K, V> { in clone() method
H A Dalign.rs109 fn clone(&self) -> Self { in clone() method
/DragonOS/kernel/src/filesystem/vfs/
H A Dutils.rs132 fn clone(&self) -> Self { in clone() method
H A Dfile.rs677 pub fn clone(&self) -> FileDescriptorVec { in clone() method
/DragonOS/kernel/src/mm/allocator/
H A Dbuddy.rs35 fn clone(&self) -> Self { in clone() method
/DragonOS/kernel/src/process/
H A Dsyscall.rs280 pub fn clone( in clone() method
/DragonOS/kernel/src/driver/net/e1000e/
H A De1000e_driver.rs140 fn clone(&self) -> Self { in clone() method
/DragonOS/kernel/src/driver/net/
H A Dloopback.rs181 fn clone(&self) -> Self { in clone() method
H A Dvirtio_net.rs358 fn clone(&self) -> Self { in clone() method
/DragonOS/kernel/src/driver/base/block/
H A Dblock_device.rs257 fn clone(&self) -> Self { in clone() method
/DragonOS/kernel/src/net/socket/
H A Dmod.rs278 fn clone(&self) -> Box<dyn Socket> { in clone() method
/DragonOS/kernel/src/mm/
H A Dpage.rs612 pub unsafe fn clone( in clone() method
H A Ducontext.rs1446 pub unsafe fn clone(&self) -> Self { in clone() method