Home
last modified time | relevance | path

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

/DragonOS-0.1.9/kernel/crates/klog_types/src/
Dlib.rs105 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/
Dmod.rs722 fn partial_cmp(&self, other: &Self) -> Option<cmp::Ordering> { in partial_cmp()
728 fn cmp(&self, other: &Self) -> cmp::Ordering { in cmp()
Ducontext.rs1295 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/
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-0.1.9/kernel/src/filesystem/fat/
Dfs.rs51 fn partial_cmp(&self, other: &Self) -> Option<core::cmp::Ordering> { in partial_cmp()