Home
last modified time | relevance | path

Searched defs:add (Results 1 – 8 of 8) sorted by relevance

/DragonOS/kernel/src/exception/
H A Dmod.rs125 fn add(self, rhs: u32) -> HardwareIrqNumber { in add() method
133 fn add(self, rhs: u32) -> IrqNumber { in add() method
/DragonOS/kernel/src/mm/allocator/
H A Dpage_frame.rs132 pub fn add(&self, n: PageFrameCount) -> Self { in add() method
210 fn add(self, rhs: Self) -> Self::Output { in add() method
246 fn add(self, rhs: usize) -> Self::Output { in add() method
/DragonOS/kernel/src/mm/
H A Dmod.rs179 pub fn add(self, offset: usize) -> Self { in add() method
205 fn add(self, rhs: usize) -> Self::Output { in add() method
221 fn add(self, rhs: PhysAddr) -> Self::Output { in add() method
333 fn add(self, rhs: VirtAddr) -> Self::Output { in add() method
342 fn add(self, rhs: usize) -> Self::Output { in add() method
/DragonOS/kernel/src/time/
H A Dmod.rs284 fn add(self, rhs: Duration) -> Instant { in add() method
379 fn add(self, rhs: Duration) -> Duration { in add() method
H A Dclocksource.rs87 pub fn add(&self, other: CycleNum) -> CycleNum { in add() method
/DragonOS/kernel/src/libs/lib_ui/
H A Dtextui.rs151 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/kernel/src/ipc/
H A Dshm.rs146 pub fn add( in add() method
/DragonOS/kernel/src/driver/pci/
H A Dpci.rs53 pub fn add(self, offset: usize) -> Self { in add() method
98 pub fn add(&self, device: Box<dyn PciDeviceStructure>) { in add() method