Home
last modified time | relevance | path

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

/linux-6.15/rust/kernel/list/
H A Darc.rs406 pub fn ptr_eq(this: &Self, other: &Self) -> bool { in ptr_eq() function
407 Arc::ptr_eq(&this.arc, &other.arc) in ptr_eq()
/linux-6.15/rust/kernel/alloc/
H A Dkvec.rs6 #![allow(clippy::ptr_eq)]
/linux-6.15/rust/kernel/sync/
H A Darc.rs307 pub fn ptr_eq(this: &Self, other: &Self) -> bool { in ptr_eq() method
/linux-6.15/rust/kernel/
H A Dlist.rs8 #![allow(clippy::ptr_eq)]