Home
last modified time | relevance | path

Searched refs:eq (Results 1 – 7 of 7) sorted by relevance

/DragonOS-0.1.8/kernel/src/process/
Dpid.rs15 fn eq(&self, other: &PidType) -> bool { in eq() method
/DragonOS-0.1.8/kernel/src/time/
Dclocksource.rs413 if ele_data.name.eq(&data.name) && ele_data.rating.eq(&data.rating) { in clocksource_dequeue_watchdog()
429 } else if watchdog.name.eq(&data.name) && watchdog.rating.eq(&data.rating) { in clocksource_dequeue_watchdog()
447 if ele_data.name.eq(&data.name) && ele_data.rating.eq(&data.rating) in clocksource_dequeue_watchdog()
500 if ele_data.name.eq(&data.name) && ele_data.rating.eq(&data.rating) { in clocksource_dequeue()
802 if ele.clocksource_data().name.eq(override_name.deref()) { in clocksource_select()
/DragonOS-0.1.8/kernel/src/mm/
Ducontext.rs795 fn eq(&self, other: &Self) -> bool { in eq() method
796 self.0.lock().eq(&other.0.lock()) in eq()
1144 fn eq(&self, other: &Self) -> bool { in eq() method
/DragonOS-0.1.8/kernel/src/ipc/
Dsignal_types.rs340 fn eq(&self, other: &SignalNumber) -> bool { in eq() method
/DragonOS-0.1.8/kernel/src/libs/
Drbtree.rs85 fn eq(&self, other: &NodePtr<K, V>) -> bool { in eq() method
418 fn eq(&self, other: &RBTree<K, V>) -> bool { in eq() function
/DragonOS-0.1.8/kernel/src/filesystem/fat/
Dentry.rs1772 let long_name_matches: bool = long_name.eq(name.clone()); in eq_name()
1773 let short_name_matches: bool = short_name.eq(name); in eq_name()
Dfs.rs53 fn eq(&self, other: &Self) -> bool { in eq() method