Home
last modified time | relevance | path

Searched defs:cmp (Results 1 – 8 of 8) sorted by relevance

/DragonOS/kernel/src/filesystem/vfs/
H A Dutils.rs108 fn cmp(&self, other: &Self) -> Ordering { in cmp() method
H A Dmount.rs617 fn cmp(&self, other: &Self) -> core::cmp::Ordering { in cmp() method
/DragonOS/kernel/crates/klog_types/src/
H A Dlib.rs110 fn cmp(&self, other: &Self) -> core::cmp::Ordering { in cmp() method
/DragonOS/kernel/src/libs/futex/
H A Dfutex.rs550 let cmp = in futex_atomic_op_inuser() localVariable
/DragonOS/kernel/src/mm/
H A Dmod.rs841 fn cmp(&self, other: &Self) -> cmp::Ordering { in cmp() method
H A Ducontext.rs1698 fn cmp(&self, other: &Self) -> cmp::Ordering { in cmp() method
/DragonOS/kernel/src/libs/
H A Drbtree.rs73 fn cmp(&self, other: &NodePtr<K, V>) -> Ordering { in cmp() method
/DragonOS/kernel/crates/rbpf/src/
H A Dinsn_builder.rs547 let cmp: u8 = self.cond as u8; in opt_code_byte() localVariable