Home
last modified time | relevance | path

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

/rust/pin-init/examples/
A Dlinked_list.rs63 if ptr::eq(self.next.as_ptr(), self) { in next()
74 while !ptr::eq(self, cur.cur()) { in size()
86 if !ptr::eq(self.next.as_ptr(), &*self) { in drop()
165 if core::ptr::eq(inspect, &*a) { in main()
/rust/kernel/sync/
A Dlocked_by.rs133 if !ptr::eq(owner, self.owner) { in access()
162 if !ptr::eq(owner, self.owner) { in access_mut()
A Darc.rs310 core::ptr::eq(this.ptr.as_ptr(), other.ptr.as_ptr()) in ptr_eq()
/rust/kernel/
A Dtask.rs396 fn eq(&self, other: &Kuid) -> bool { in eq() method
A Dstr.rs129 fn eq(&self, other: &Self) -> bool { in eq() method
130 self.deref().eq(other.deref()) in eq()
/rust/kernel/alloc/
A Dkvec.rs978 fn eq(&self, other: &$rhs) -> bool { self[..] == other[..] }

Completed in 14 milliseconds