Searched refs:eq (Results 1 – 7 of 7) sorted by relevance
15 fn eq(&self, other: &PidType) -> bool { in eq() method
413 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()
795 fn eq(&self, other: &Self) -> bool { in eq() method796 self.0.lock().eq(&other.0.lock()) in eq()1144 fn eq(&self, other: &Self) -> bool { in eq() method
340 fn eq(&self, other: &SignalNumber) -> bool { in eq() method
85 fn eq(&self, other: &NodePtr<K, V>) -> bool { in eq() method418 fn eq(&self, other: &RBTree<K, V>) -> bool { in eq() function
1772 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()
53 fn eq(&self, other: &Self) -> bool { in eq() method