Searched defs:Ordering (Results 1 – 7 of 7) sorted by relevance
/DragonOS/kernel/src/filesystem/vfs/ |
H A D | utils.rs | 102 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp() 108 fn cmp(&self, other: &Self) -> Ordering { in cmp()
|
H A D | mount.rs | 611 fn partial_cmp(&self, other: &Self) -> Option<core::cmp::Ordering> { in partial_cmp() 617 fn cmp(&self, other: &Self) -> core::cmp::Ordering { in cmp()
|
/DragonOS/kernel/crates/klog_types/src/ |
H A D | lib.rs | 104 fn partial_cmp(&self, other: &Self) -> Option<core::cmp::Ordering> { in partial_cmp() 110 fn cmp(&self, other: &Self) -> core::cmp::Ordering { in cmp()
|
/DragonOS/kernel/src/mm/ |
H A D | mod.rs | 835 fn partial_cmp(&self, other: &Self) -> Option<cmp::Ordering> { in partial_cmp() 841 fn cmp(&self, other: &Self) -> cmp::Ordering { in cmp()
|
H A D | ucontext.rs | 1692 fn partial_cmp(&self, other: &Self) -> Option<cmp::Ordering> { in partial_cmp() 1698 fn cmp(&self, other: &Self) -> cmp::Ordering { in cmp()
|
/DragonOS/kernel/src/libs/ |
H A 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/kernel/src/filesystem/fat/ |
H A D | fs.rs | 62 fn partial_cmp(&self, other: &Self) -> Option<core::cmp::Ordering> { in partial_cmp()
|