Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/mm/
Dmod.rs101 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/
Dpage_frame.rs113 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/
Dmod.rs152 fn add(self, rhs: Duration) -> Instant { in add() method
248 fn add(self, rhs: Duration) -> Duration { in add() method
Dclocksource.rs66 pub fn add(&self, other: CycleNum) -> CycleNum { in add() method
/DragonOS-0.1.8/kernel/src/driver/pci/
Dpci.rs54 pub fn add(self, offset: usize) -> Self { in add() method
99 pub fn add(&self, device: Box<dyn PciDeviceStructure>) { in add() method