Searched refs:Output (Results 1 – 4 of 4) sorted by relevance
/DragonOS-0.1.8/kernel/src/mm/allocator/ |
D | page_frame.rs | 184 type Output = Self; typedef 186 fn add(self, rhs: Self) -> Self::Output { in add() argument 198 type Output = Self; typedef 200 fn sub(self, rhs: Self) -> Self::Output { in sub() argument 212 type Output = Self; typedef 214 fn mul(self, rhs: Self) -> Self::Output { in mul() argument 220 type Output = Self; typedef 222 fn add(self, rhs: usize) -> Self::Output { in add() argument 234 type Output = Self; typedef 236 fn sub(self, rhs: usize) -> Self::Output { in sub() argument [all …]
|
/DragonOS-0.1.8/kernel/src/mm/ |
D | mod.rs | 124 type Output = Self; typedef 127 fn add(self, rhs: usize) -> Self::Output { in add() argument 140 type Output = Self; typedef 143 fn add(self, rhs: PhysAddr) -> Self::Output { in add() argument 156 type Output = Self; typedef 159 fn sub(self, rhs: usize) -> Self::Output { in sub() argument 172 type Output = usize; typedef 175 fn sub(self, rhs: PhysAddr) -> Self::Output { in sub() argument 242 type Output = Self; typedef 245 fn add(self, rhs: VirtAddr) -> Self::Output { in add() argument [all …]
|
/DragonOS-0.1.8/kernel/src/time/ |
D | mod.rs | 150 type Output = Instant; typedef 164 type Output = Instant; typedef 178 type Output = Duration; typedef 246 type Output = Duration; typedef 260 type Output = Duration; typedef 281 type Output = Duration; typedef 295 type Output = Duration; typedef 309 type Output = Duration; typedef 323 type Output = Duration; typedef
|
/DragonOS-0.1.8/kernel/src/libs/ |
D | rbtree.rs | 439 type Output = V; typedef
|