Home
last modified time | relevance | path

Searched defs:Ordering (Results 1 – 7 of 7) sorted by relevance

/DragonOS/kernel/src/filesystem/vfs/
H A Dutils.rs102 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp()
108 fn cmp(&self, other: &Self) -> Ordering { in cmp()
H A Dmount.rs611 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 Dlib.rs104 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 Dmod.rs835 fn partial_cmp(&self, other: &Self) -> Option<cmp::Ordering> { in partial_cmp()
841 fn cmp(&self, other: &Self) -> cmp::Ordering { in cmp()
H A Ducontext.rs1692 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 Drbtree.rs73 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 Dfs.rs62 fn partial_cmp(&self, other: &Self) -> Option<core::cmp::Ordering> { in partial_cmp()