Searched defs:add (Results 1 – 5 of 5) sorted by relevance
/DragonOS-0.1.8/kernel/src/mm/ |
D | mod.rs | 101 pub fn add(self, offset: usize) -> Self { in add() method 127 fn add(self, rhs: usize) -> Self::Output { in add() method 143 fn add(self, rhs: PhysAddr) -> Self::Output { in add() method 245 fn add(self, rhs: VirtAddr) -> Self::Output { in add() method 254 fn add(self, rhs: usize) -> Self::Output { in add() method
|
/DragonOS-0.1.8/kernel/src/mm/allocator/ |
D | page_frame.rs | 113 pub fn add(&self, n: PageFrameCount) -> Self { in add() method 186 fn add(self, rhs: Self) -> Self::Output { in add() method 222 fn add(self, rhs: usize) -> Self::Output { in add() method
|
/DragonOS-0.1.8/kernel/src/time/ |
D | mod.rs | 152 fn add(self, rhs: Duration) -> Instant { in add() method 248 fn add(self, rhs: Duration) -> Duration { in add() method
|
D | clocksource.rs | 66 pub fn add(&self, other: CycleNum) -> CycleNum { in add() method
|
/DragonOS-0.1.8/kernel/src/driver/pci/ |
D | pci.rs | 54 pub fn add(self, offset: usize) -> Self { in add() method 99 pub fn add(&self, device: Box<dyn PciDeviceStructure>) { in add() method
|