Home
last modified time | relevance | path

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

/linux/rust/kernel/list/
A Darc.rs405 pub fn ptr_eq(this: &Self, other: &Self) -> bool { in ptr_eq() function
406 Arc::ptr_eq(&this.arc, &other.arc) in ptr_eq()
/linux/rust/kernel/sync/
A Darc.rs269 pub fn ptr_eq(this: &Self, other: &Self) -> bool { in ptr_eq() method

Completed in 7 milliseconds