Searched defs:add (Results 1 – 7 of 7) sorted by relevance
/DragonOS-0.1.9/kernel/src/exception/ |
D | mod.rs | 120 fn add(self, rhs: u32) -> HardwareIrqNumber { in add() method 128 fn add(self, rhs: u32) -> IrqNumber { in add() method
|
/DragonOS-0.1.9/kernel/src/mm/allocator/ |
D | page_frame.rs | 130 pub fn add(&self, n: PageFrameCount) -> Self { in add() method 203 fn add(self, rhs: Self) -> Self::Output { in add() method 239 fn add(self, rhs: usize) -> Self::Output { in add() method
|
/DragonOS-0.1.9/kernel/src/mm/ |
D | mod.rs | 147 pub fn add(self, offset: usize) -> Self { in add() method 173 fn add(self, rhs: usize) -> Self::Output { in add() method 189 fn add(self, rhs: PhysAddr) -> Self::Output { in add() method 305 fn add(self, rhs: VirtAddr) -> Self::Output { in add() method 314 fn add(self, rhs: usize) -> Self::Output { in add() method
|
/DragonOS-0.1.9/kernel/src/time/ |
D | mod.rs | 203 fn add(self, rhs: Duration) -> Instant { in add() method 299 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.9/kernel/src/libs/lib_ui/ |
D | textui.rs | 150 fn add(self, rhs: i32) -> Self::Output { in add() method 203 fn add(self, rhs: LineIndex) -> Self::Output { in add() method 211 fn add(self, rhs: i32) -> Self::Output { in add() method
|
/DragonOS-0.1.9/kernel/src/driver/pci/ |
D | pci.rs | 56 pub fn add(self, offset: usize) -> Self { in add() method 101 pub fn add(&self, device: Box<dyn PciDeviceStructure>) { in add() method
|