Home
last modified time | relevance | path

Searched refs:partial_cmp (Results 1 – 4 of 4) sorted by relevance

/DragonOS-0.1.8/kernel/src/mm/
Dmod.rs597 fn partial_cmp(&self, other: &Self) -> Option<cmp::Ordering> { in partial_cmp() method
598 return self.start.partial_cmp(&other.start); in partial_cmp()
Ducontext.rs1152 fn partial_cmp(&self, other: &Self) -> Option<cmp::Ordering> { in partial_cmp() method
1153 return self.region.partial_cmp(&other.region); in partial_cmp()
/DragonOS-0.1.8/kernel/src/filesystem/fat/
Dfs.rs46 fn partial_cmp(&self, other: &Self) -> Option<core::cmp::Ordering> { in partial_cmp() method
47 return self.cluster_num.partial_cmp(&other.cluster_num); in partial_cmp()
/DragonOS-0.1.8/kernel/src/libs/
Drbtree.rs79 fn partial_cmp(&self, other: &NodePtr<K, V>) -> Option<Ordering> { in partial_cmp() method