Searched defs:Ordering (Results 1 – 5 of 5) sorted by relevance
/DragonOS-0.1.9/kernel/crates/klog_types/src/ |
D | lib.rs | 105 fn partial_cmp(&self, other: &Self) -> Option<core::cmp::Ordering> { in partial_cmp() 111 fn cmp(&self, other: &Self) -> core::cmp::Ordering { in cmp()
|
/DragonOS-0.1.9/kernel/src/mm/ |
D | mod.rs | 722 fn partial_cmp(&self, other: &Self) -> Option<cmp::Ordering> { in partial_cmp() 728 fn cmp(&self, other: &Self) -> cmp::Ordering { in cmp()
|
D | ucontext.rs | 1295 fn partial_cmp(&self, other: &Self) -> Option<cmp::Ordering> { in partial_cmp() 1301 fn cmp(&self, other: &Self) -> cmp::Ordering { in cmp()
|
/DragonOS-0.1.9/kernel/src/libs/ |
D | rbtree.rs | 73 fn cmp(&self, other: &NodePtr<K, V>) -> Ordering { in cmp() 79 fn partial_cmp(&self, other: &NodePtr<K, V>) -> Option<Ordering> { in partial_cmp()
|
/DragonOS-0.1.9/kernel/src/filesystem/fat/ |
D | fs.rs | 51 fn partial_cmp(&self, other: &Self) -> Option<core::cmp::Ordering> { in partial_cmp()
|