Home
last modified time | relevance | path

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

/rust/kernel/list/
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()
/rust/kernel/sync/
A Darc.rs309 pub fn ptr_eq(this: &Self, other: &Self) -> bool { in ptr_eq() method

Completed in 8 milliseconds